Html Css Color HEX #BBCA1C Rio Grande

📋 copy color: '#BBCA1C'

red 187 ◦ green 202 ◦ blue 28

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

Shades of Rio Grande #BBCA1C

Tints of Rio Grande #BBCA1C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.44%

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

R = 44.84%
G = 48.44%
B = 6.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#BBCA1C (or 0xBBCA1C) is known color: Rio Grande. HEX triplet: BB, CA and 1C. RGB value is (187,202,28). Sum of RGB (Red+Green+Blue) = 187+202+28=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 28 (11.33% from 255 or 6.71% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCA1C is #4435E3. Grayscale: #B2B2B2. Windows color (decimal): -4470244 or 1886907. OLE color: 1886907.

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

Color convert

RGB 187 202 28 -
CMYK 0.07 0 0.86 0.21
HSL 65.17º 0.76% 0.45% -
HSV(B) 65.17º 0.86% 0.79% -
XYZ 41.82 52.89 9.1 -
YUV 177.68 43.53 134.65 -
System Red Green Blue C M Y K H S L
Decimal 187 202 28 0.07 0 0.86 0.21 65.17 0.76 0.45
Hex BB CA 1C 7 0 56 15 41 4C 2D
Octal 273 312 34 7 0 126 25 101 114 55
Binary 10111011 11001010 11100 111 0 1010110 10101 1000001 1001100 101101

Color Harmonies of #BBCA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA1C

Black with #BBCA1C

Text Example


Text Example

White with #BBCA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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