Html Css Color HEX #BBD012 Rio Grande

📋 copy color: '#BBD012'

red 187 ◦ green 208 ◦ blue 18

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

Shades of Rio Grande #BBD012

Tints of Rio Grande #BBD012

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.36%

 BLUE value IS 18 (7.42% from 255) = 4.36%

R = 45.28%
G = 50.36%
B = 4.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#BBD012 (or 0xBBD012) is known color: Rio Grande. HEX triplet: BB, D0 and 12. RGB value is (187,208,18). Sum of RGB (Red+Green+Blue) = 187+208+18=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD012 is #442FED. Grayscale: #B4B4B4. Windows color (decimal): -4468718 or 1233083. OLE color: 1233083.

HSL color Cylindrical-coordinate representation of color #BBD012: hue angle of 66.63º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBD012 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 18 -
CMYK 0.10 0 0.91 0.18
HSL 66.63º 0.84% 0.44% -
HSV(B) 66.63º 0.91% 0.82% -
XYZ 43.16 55.72 9.05 -
YUV 180.06 36.54 132.95 -
System Red Green Blue C M Y K H S L
Decimal 187 208 18 0.10 0 0.91 0.18 66.63 0.84 0.44
Hex BB D0 12 A 0 5B 12 43 54 2C
Octal 273 320 22 12 0 133 22 103 124 54
Binary 10111011 11010000 10010 1010 0 1011011 10010 1000011 1010100 101100

Color Harmonies of #BBD012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD012

Black with #BBD012

Text Example


Text Example

White with #BBD012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD012; }

 p { color: rgb(187,208,18); }

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

background-color css

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

 a { background-color: rgb(187,208,18); }

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

border-color css

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

 span { border-color: rgb(187,208,18); }

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