Html Css Color HEX #BDD116 Rio Grande

📋 copy color: '#BDD116'

red 189 ◦ green 209 ◦ blue 22

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

Shades of Rio Grande #BDD116

Tints of Rio Grande #BDD116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.24%

R = 45%
G = 49.76%
B = 5.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#BDD116 (or 0xBDD116) is known color: Rio Grande. HEX triplet: BD, D1 and 16. RGB value is (189,209,22). Sum of RGB (Red+Green+Blue) = 189+209+22=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 209 (82.03% from 255 or 49.76% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD116 is #422EE9. Grayscale: #B6B6B6. Windows color (decimal): -4337386 or 1495485. OLE color: 1495485.

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

Color convert

RGB 189 209 22 -
CMYK 0.10 0 0.89 0.18
HSL 66.42º 0.81% 0.45% -
HSV(B) 66.42º 0.89% 0.82% -
XYZ 43.93 56.48 9.34 -
YUV 181.7 37.87 133.21 -
System Red Green Blue C M Y K H S L
Decimal 189 209 22 0.10 0 0.89 0.18 66.42 0.81 0.45
Hex BD D1 16 A 0 59 12 42 51 2D
Octal 275 321 26 12 0 131 22 102 121 55
Binary 10111101 11010001 10110 1010 0 1011001 10010 1000010 1010001 101101

Color Harmonies of #BDD116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD116

Black with #BDD116

Text Example


Text Example

White with #BDD116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD116; }

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

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

background-color css

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

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

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

border-color css

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

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

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