#BBD410

Color #BBD410 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BBD410

Tints of Rio Grande #BBD410

Color information

#BBD410 (or 0xBBD410) is unknown color: approx Rio Grande. HEX triplet: BB, D4 and 10. RGB value is (187,212,16). Sum of RGB (Red+Green+Blue) = 187+212+16=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 212 (83.20% from 255 or 51.08% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD410 is #442BEF. Grayscale: #B6B6B6. Windows color (decimal): -4467696 or 1103035. OLE color: 1103035.

HSL color Cylindrical-coordinate representation of color #BBD410: hue angle of 67.65º 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 #BBD410 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB18721216-
CMYK0.1200.920.17
HSL67.65º85.96%44.71%-
HSV(B)67.65º92.45%83.14%-
XYZ44.1357.699.3-
YUV182.1834.22131.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 212 (83.20% from 255) = 51.08%
BLUE value IS 16 (6.64% from 255) = 3.86%
R=45.06%
G=51.08%
B=3.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal187212160.1200.920.1767.6585.9644.71
HexBBD410C05C1144562d
Octal273324201401342110412655
Binary1011101111010100100001100010111001000110001001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD410; }

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

 H1.HeaderClassName
 {
   color: #BBD410;
 }
 .AnyTagClassName
 {
   color: #BBD410;
 }
</style>
background-color css

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

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

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

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

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

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