Html Css Color HEX #BBCC1C Rio Grande

📋 copy color: '#BBCC1C'

red 187 ◦ green 204 ◦ blue 28

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

Shades of Rio Grande #BBCC1C

Tints of Rio Grande #BBCC1C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.69%

 BLUE value IS 28 (11.33% from 255) = 6.68%

R = 44.63%
G = 48.69%
B = 6.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#BBCC1C (or 0xBBCC1C) is known color: Rio Grande. HEX triplet: BB, CC and 1C. RGB value is (187,204,28). Sum of RGB (Red+Green+Blue) = 187+204+28=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC1C is #4433E3. Grayscale: #B3B3B3. Windows color (decimal): -4469732 or 1887419. OLE color: 1887419.

HSL color Cylindrical-coordinate representation of color #BBCC1C: hue angle of 65.8º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBCC1C is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 28 -
CMYK 0.08 0 0.86 0.2
HSL 65.8º 0.76% 0.45% -
HSV(B) 65.8º 0.86% 0.8% -
XYZ 42.3 53.83 9.26 -
YUV 178.85 42.87 133.81 -
System Red Green Blue C M Y K H S L
Decimal 187 204 28 0.08 0 0.86 0.2 65.8 0.76 0.45
Hex BB CC 1C 8 0 56 14 42 4C 2D
Octal 273 314 34 10 0 126 24 102 114 55
Binary 10111011 11001100 11100 1000 0 1010110 10100 1000010 1001100 101101

Color Harmonies of #BBCC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC1C

Black with #BBCC1C

Text Example


Text Example

White with #BBCC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC1C; }

 p { color: rgb(187,204,28); }

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

background-color css

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

 a { background-color: rgb(187,204,28); }

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

border-color css

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

 span { border-color: rgb(187,204,28); }

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