Html Css Color HEX #BBD21C Rio Grande

📋 copy color: '#BBD21C'

red 187 ◦ green 210 ◦ blue 28

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

Shades of Rio Grande #BBD21C

Tints of Rio Grande #BBD21C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.41%

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

R = 44%
G = 49.41%
B = 6.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#BBD21C (or 0xBBD21C) is known color: Rio Grande. HEX triplet: BB, D2 and 1C. RGB value is (187,210,28). Sum of RGB (Red+Green+Blue) = 187+210+28=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD21C is #442DE3. Grayscale: #B7B7B7. Windows color (decimal): -4468196 or 1888955. OLE color: 1888955.

HSL color Cylindrical-coordinate representation of color #BBD21C: hue angle of 67.58º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBD21C is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 210 28 -
CMYK 0.11 0 0.87 0.18
HSL 67.58º 0.76% 0.47% -
HSV(B) 67.58º 0.87% 0.82% -
XYZ 43.75 56.74 9.75 -
YUV 182.38 40.88 131.3 -
System Red Green Blue C M Y K H S L
Decimal 187 210 28 0.11 0 0.87 0.18 67.58 0.76 0.47
Hex BB D2 1C B 0 57 12 44 4C 2F
Octal 273 322 34 13 0 127 22 104 114 57
Binary 10111011 11010010 11100 1011 0 1010111 10010 1000100 1001100 101111

Color Harmonies of #BBD21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD21C

Black with #BBD21C

Text Example


Text Example

White with #BBD21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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