Html Css Color HEX #BDD218 Rio Grande

📋 copy color: '#BDD218'

red 189 ◦ green 210 ◦ blue 24

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

Shades of Rio Grande #BDD218

Tints of Rio Grande #BDD218

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.65%

 BLUE value IS 24 (9.77% from 255) = 5.67%

R = 44.68%
G = 49.65%
B = 5.67%

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

#BDD218 (or 0xBDD218) is known color: Rio Grande. HEX triplet: BD, D2 and 18. RGB value is (189,210,24). Sum of RGB (Red+Green+Blue) = 189+210+24=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD218 is #422DE7. Grayscale: #B7B7B7. Windows color (decimal): -4337128 or 1626813. OLE color: 1626813.

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

Color convert

RGB 189 210 24 -
CMYK 0.10 0 0.89 0.18
HSL 66.77º 0.79% 0.46% -
HSV(B) 66.77º 0.89% 0.82% -
XYZ 44.2 56.98 9.53 -
YUV 182.52 38.54 132.62 -
System Red Green Blue C M Y K H S L
Decimal 189 210 24 0.10 0 0.89 0.18 66.77 0.79 0.46
Hex BD D2 18 A 0 59 12 43 4F 2E
Octal 275 322 30 12 0 131 22 103 117 56
Binary 10111101 11010010 11000 1010 0 1011001 10010 1000011 1001111 101110

Color Harmonies of #BDD218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD218

Black with #BDD218

Text Example


Text Example

White with #BDD218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD218; }

 p { color: rgb(189,210,24); }

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

background-color css

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

 a { background-color: rgb(189,210,24); }

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

border-color css

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

 span { border-color: rgb(189,210,24); }

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