Html Css Color HEX #BDD317 Rio Grande

📋 copy color: '#BDD317'

red 189 ◦ green 211 ◦ blue 23

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

Shades of Rio Grande #BDD317

Tints of Rio Grande #BDD317

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.88%

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

R = 44.68%
G = 49.88%
B = 5.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#BDD317 (or 0xBDD317) is known color: Rio Grande. HEX triplet: BD, D3 and 17. RGB value is (189,211,23). Sum of RGB (Red+Green+Blue) = 189+211+23=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD317 is #422CE8. Grayscale: #B7B7B7. Windows color (decimal): -4336873 or 1561533. OLE color: 1561533.

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

Color convert

RGB 189 211 23 -
CMYK 0.10 0 0.89 0.17
HSL 67.02º 0.8% 0.46% -
HSV(B) 67.02º 0.89% 0.83% -
XYZ 44.44 57.47 9.56 -
YUV 182.99 37.71 132.29 -
System Red Green Blue C M Y K H S L
Decimal 189 211 23 0.10 0 0.89 0.17 67.02 0.8 0.46
Hex BD D3 17 A 0 59 11 43 50 2E
Octal 275 323 27 12 0 131 21 103 120 56
Binary 10111101 11010011 10111 1010 0 1011001 10001 1000011 1010000 101110

Color Harmonies of #BDD317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD317

Black with #BDD317

Text Example


Text Example

White with #BDD317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD317; }

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

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

background-color css

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

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

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

border-color css

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

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

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