Html Css Color HEX #BBC01B Rio Grande

📋 copy color: '#BBC01B'

red 187 ◦ green 192 ◦ blue 27

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

Shades of Rio Grande #BBC01B

Tints of Rio Grande #BBC01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.65%

R = 46.06%
G = 47.29%
B = 6.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BBC01B (or 0xBBC01B) is known color: Rio Grande. HEX triplet: BB, C0 and 1B. RGB value is (187,192,27). Sum of RGB (Red+Green+Blue) = 187+192+27=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC01B is #443FE4. Grayscale: #ACACAC. Windows color (decimal): -4472805 or 1818811. OLE color: 1818811.

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

Color convert

RGB 187 192 27 -
CMYK 0.03 0 0.86 0.25
HSL 61.82º 0.75% 0.43% -
HSV(B) 61.82º 0.86% 0.75% -
XYZ 39.54 48.34 8.28 -
YUV 171.7 46.34 138.92 -
System Red Green Blue C M Y K H S L
Decimal 187 192 27 0.03 0 0.86 0.25 61.82 0.75 0.43
Hex BB C0 1B 3 0 56 19 3E 4B 2B
Octal 273 300 33 3 0 126 31 76 113 53
Binary 10111011 11000000 11011 11 0 1010110 11001 111110 1001011 101011

Color Harmonies of #BBC01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC01B

Black with #BBC01B

Text Example


Text Example

White with #BBC01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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