Html Css Color HEX #BBD310 Rio Grande

📋 copy color: '#BBD310'

red 187 ◦ green 211 ◦ blue 16

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

Shades of Rio Grande #BBD310

Tints of Rio Grande #BBD310

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.97%

 BLUE value IS 16 (6.64% from 255) = 3.86%

R = 45.17%
G = 50.97%
B = 3.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#BBD310 (or 0xBBD310) is known color: Rio Grande. HEX triplet: BB, D3 and 10. RGB value is (187,211,16). Sum of RGB (Red+Green+Blue) = 187+211+16=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 211 (82.81% from 255 or 50.97% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD310 is #442CEF. Grayscale: #B6B6B6. Windows color (decimal): -4467952 or 1102779. OLE color: 1102779.

HSL color Cylindrical-coordinate representation of color #BBD310: hue angle of 67.38º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBD310 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 16 -
CMYK 0.11 0 0.92 0.17
HSL 67.38º 0.86% 0.45% -
HSV(B) 67.38º 0.92% 0.83% -
XYZ 43.88 57.19 9.22 -
YUV 181.59 34.55 131.86 -
System Red Green Blue C M Y K H S L
Decimal 187 211 16 0.11 0 0.92 0.17 67.38 0.86 0.45
Hex BB D3 10 B 0 5C 11 43 56 2D
Octal 273 323 20 13 0 134 21 103 126 55
Binary 10111011 11010011 10000 1011 0 1011100 10001 1000011 1010110 101101

Color Harmonies of #BBD310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD310

Black with #BBD310

Text Example


Text Example

White with #BBD310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD310; }

 p { color: rgb(187,211,16); }

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

background-color css

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

 a { background-color: rgb(187,211,16); }

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

border-color css

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

 span { border-color: rgb(187,211,16); }

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