Html Css Color HEX #BBC02F Rio Grande

📋 copy color: '#BBC02F'

red 187 ◦ green 192 ◦ blue 47

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

Shades of Rio Grande #BBC02F

Tints of Rio Grande #BBC02F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.07%

 BLUE value IS 47 (18.75% from 255) = 11.03%

R = 43.9%
G = 45.07%
B = 11.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BBC02F (or 0xBBC02F) is known color: Rio Grande. HEX triplet: BB, C0 and 2F. RGB value is (187,192,47). Sum of RGB (Red+Green+Blue) = 187+192+47=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 47 (18.75% from 255 or 11.03% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC02F is #443FD0. Grayscale: #AEAEAE. Windows color (decimal): -4472785 or 3129531. OLE color: 3129531.

HSL color Cylindrical-coordinate representation of color #BBC02F: hue angle of 62.07º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBC02F is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 47 -
CMYK 0.03 0 0.76 0.25
HSL 62.07º 0.61% 0.47% -
HSV(B) 62.07º 0.76% 0.75% -
XYZ 39.86 48.47 9.94 -
YUV 173.98 56.34 137.29 -
System Red Green Blue C M Y K H S L
Decimal 187 192 47 0.03 0 0.76 0.25 62.07 0.61 0.47
Hex BB C0 2F 3 0 4C 19 3E 3D 2F
Octal 273 300 57 3 0 114 31 76 75 57
Binary 10111011 11000000 101111 11 0 1001100 11001 111110 111101 101111

Color Harmonies of #BBC02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC02F

Black with #BBC02F

Text Example


Text Example

White with #BBC02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC02F; }

 p { color: rgb(187,192,47); }

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

background-color css

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

 a { background-color: rgb(187,192,47); }

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

border-color css

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

 span { border-color: rgb(187,192,47); }

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