Html Css Color HEX #BDD017 Rio Grande

📋 copy color: '#BDD017'

red 189 ◦ green 208 ◦ blue 23

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

Shades of Rio Grande #BDD017

Tints of Rio Grande #BDD017

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.52%

 BLUE value IS 23 (9.38% from 255) = 5.48%

R = 45%
G = 49.52%
B = 5.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#BDD017 (or 0xBDD017) is known color: Rio Grande. HEX triplet: BD, D0 and 17. RGB value is (189,208,23). Sum of RGB (Red+Green+Blue) = 189+208+23=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD017 is #422FE8. Grayscale: #B5B5B5. Windows color (decimal): -4337641 or 1560765. OLE color: 1560765.

HSL color Cylindrical-coordinate representation of color #BDD017: hue angle of 66.16º degrees, saturation: 0.8, 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 #BDD017 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 23 -
CMYK 0.09 0 0.89 0.18
HSL 66.16º 0.8% 0.45% -
HSV(B) 66.16º 0.89% 0.82% -
XYZ 43.7 55.99 9.32 -
YUV 181.23 38.71 133.54 -
System Red Green Blue C M Y K H S L
Decimal 189 208 23 0.09 0 0.89 0.18 66.16 0.8 0.45
Hex BD D0 17 9 0 59 12 42 50 2D
Octal 275 320 27 11 0 131 22 102 120 55
Binary 10111101 11010000 10111 1001 0 1011001 10010 1000010 1010000 101101

Color Harmonies of #BDD017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD017

Black with #BDD017

Text Example


Text Example

White with #BDD017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD017; }

 p { color: rgb(189,208,23); }

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

background-color css

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

 a { background-color: rgb(189,208,23); }

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

border-color css

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

 span { border-color: rgb(189,208,23); }

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