Html Css Color HEX #BBD50C Rio Grande

📋 copy color: '#BBD50C'

red 187 ◦ green 213 ◦ blue 12

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

Shades of Rio Grande #BBD50C

Tints of Rio Grande #BBD50C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.7%

 BLUE value IS 12 (5.08% from 255) = 2.91%

R = 45.39%
G = 51.7%
B = 2.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#BBD50C (or 0xBBD50C) is known color: Rio Grande. HEX triplet: BB, D5 and 0C. RGB value is (187,213,12). Sum of RGB (Red+Green+Blue) = 187+213+12=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 213 (83.59% from 255 or 51.70% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD50C is #442AF3. Grayscale: #B7B7B7. Windows color (decimal): -4467444 or 841147. OLE color: 841147.

HSL color Cylindrical-coordinate representation of color #BBD50C: hue angle of 67.76º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBD50C is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 213 12 -
CMYK 0.12 0 0.94 0.16
HSL 67.76º 0.89% 0.44% -
HSV(B) 67.76º 0.94% 0.84% -
XYZ 44.35 58.18 9.24 -
YUV 182.31 31.89 131.34 -
System Red Green Blue C M Y K H S L
Decimal 187 213 12 0.12 0 0.94 0.16 67.76 0.89 0.44
Hex BB D5 C C 0 5E 10 44 59 2C
Octal 273 325 14 14 0 136 20 104 131 54
Binary 10111011 11010101 1100 1100 0 1011110 10000 1000100 1011001 101100

Color Harmonies of #BBD50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD50C

Black with #BBD50C

Text Example


Text Example

White with #BBD50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD50C; }

 p { color: rgb(187,213,12); }

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

background-color css

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

 a { background-color: rgb(187,213,12); }

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

border-color css

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

 span { border-color: rgb(187,213,12); }

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