Html Css Color HEX #BDD115 Rio Grande

📋 copy color: '#BDD115'

red 189 ◦ green 209 ◦ blue 21

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

Shades of Rio Grande #BDD115

Tints of Rio Grande #BDD115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.01%

R = 45.11%
G = 49.88%
B = 5.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#BDD115 (or 0xBDD115) is known color: Rio Grande. HEX triplet: BD, D1 and 15. RGB value is (189,209,21). Sum of RGB (Red+Green+Blue) = 189+209+21=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD115 is #422EEA. Grayscale: #B6B6B6. Windows color (decimal): -4337387 or 1429949. OLE color: 1429949.

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

Color convert

RGB 189 209 21 -
CMYK 0.10 0 0.90 0.18
HSL 66.38º 0.82% 0.45% -
HSV(B) 66.38º 0.9% 0.82% -
XYZ 43.92 56.47 9.3 -
YUV 181.59 37.37 133.29 -
System Red Green Blue C M Y K H S L
Decimal 189 209 21 0.10 0 0.90 0.18 66.38 0.82 0.45
Hex BD D1 15 A 0 5A 12 42 52 2D
Octal 275 321 25 12 0 132 22 102 122 55
Binary 10111101 11010001 10101 1010 0 1011010 10010 1000010 1010010 101101

Color Harmonies of #BDD115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD115

Black with #BDD115

Text Example


Text Example

White with #BDD115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD115; }

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

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

background-color css

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

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

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

border-color css

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

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

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