Html Css Color HEX #BBC625 Rio Grande

📋 copy color: '#BBC625'

red 187 ◦ green 198 ◦ blue 37

#BBC625
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BBC625

Tints of Rio Grande #BBC625

RGB

 RED value IS 187 (73.44% from 255) = 44.31%

 GREEN value IS 198 (77.73% from 255) = 46.92%

 BLUE value IS 37 (14.84% from 255) = 8.77%

R = 44.31%
G = 46.92%
B = 8.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBC625 (or 0xBBC625) is known color: Rio Grande. HEX triplet: BB, C6 and 25. RGB value is (187,198,37). Sum of RGB (Red+Green+Blue) = 187+198+37=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC625 is #4439DA. Grayscale: #B0B0B0. Windows color (decimal): -4471259 or 2475707. OLE color: 2475707.

HSL color Cylindrical-coordinate representation of color #BBC625: hue angle of 64.1º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBC625 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 198 37 -
CMYK 0.06 0 0.81 0.22
HSL 64.1º 0.69% 0.46% -
HSV(B) 64.1º 0.81% 0.78% -
XYZ 41.02 51.09 9.45 -
YUV 176.36 49.36 135.59 -
System Red Green Blue C M Y K H S L
Decimal 187 198 37 0.06 0 0.81 0.22 64.1 0.69 0.46
Hex BB C6 25 6 0 51 16 40 45 2E
Octal 273 306 45 6 0 121 26 100 105 56
Binary 10111011 11000110 100101 110 0 1010001 10110 1000000 1000101 101110

Color Harmonies of #BBC625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC625

Black with #BBC625

Text Example


Text Example

White with #BBC625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC625; }

 p { color: rgb(187,198,37); }

 H1.HeaderClassName
 {
   color: #BBC625;
 }
 .AnyTagClassName
 {
   color: #BBC625;
 }
</style>

background-color css

<style>
 a { background-color: #BBC625; }

 a { background-color: rgb(187,198,37); }

 div.DivClassName
 {
   background-color: #BBC625;
 }
 .BgClassName
 {
   background-color: #BBC625;
 }
</style>

border-color css

<style>
 span { border-color: #BBC625; }

 span { border-color: rgb(187,198,37); }

 td.TdClassName
 {
   border-color: #BBC625;
 }
 .TagClassName
 {
   border-color: #BBC625;
 }
</style>