Html Css Color HEX #BDD110 Rio Grande

📋 copy color: '#BDD110'

red 189 ◦ green 209 ◦ blue 16

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

Shades of Rio Grande #BDD110

Tints of Rio Grande #BDD110

RGB

 RED value IS 189 (74.22% from 255) = 45.65%

 GREEN value IS 209 (82.03% from 255) = 50.48%

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

R = 45.65%
G = 50.48%
B = 3.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#BDD110 (or 0xBDD110) is known color: Rio Grande. HEX triplet: BD, D1 and 10. RGB value is (189,209,16). Sum of RGB (Red+Green+Blue) = 189+209+16=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD110 is #422EEF. Grayscale: #B5B5B5. Windows color (decimal): -4337392 or 1102269. OLE color: 1102269.

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

Color convert

RGB 189 209 16 -
CMYK 0.10 0 0.92 0.18
HSL 66.22º 0.86% 0.44% -
HSV(B) 66.22º 0.92% 0.82% -
XYZ 43.88 56.46 9.07 -
YUV 181.02 34.87 133.69 -
System Red Green Blue C M Y K H S L
Decimal 189 209 16 0.10 0 0.92 0.18 66.22 0.86 0.44
Hex BD D1 10 A 0 5C 12 42 56 2C
Octal 275 321 20 12 0 134 22 102 126 54
Binary 10111101 11010001 10000 1010 0 1011100 10010 1000010 1010110 101100

Color Harmonies of #BDD110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD110

Black with #BDD110

Text Example


Text Example

White with #BDD110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD110; }

 p { color: rgb(189,209,16); }

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

background-color css

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

 a { background-color: rgb(189,209,16); }

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

border-color css

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

 span { border-color: rgb(189,209,16); }

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