Html Css Color HEX #BDD31F Rio Grande

📋 copy color: '#BDD31F'

red 189 ◦ green 211 ◦ blue 31

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

Shades of Rio Grande #BDD31F

Tints of Rio Grande #BDD31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.19%

R = 43.85%
G = 48.96%
B = 7.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#BDD31F (or 0xBDD31F) is known color: Rio Grande. HEX triplet: BD, D3 and 1F. RGB value is (189,211,31). Sum of RGB (Red+Green+Blue) = 189+211+31=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 31 (12.5% from 255 or 7.19% from 431); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD31F is #422CE0. Grayscale: #B8B8B8. Windows color (decimal): -4336865 or 2085821. OLE color: 2085821.

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

Color convert

RGB 189 211 31 -
CMYK 0.10 0 0.85 0.17
HSL 67.33º 0.74% 0.47% -
HSV(B) 67.33º 0.85% 0.83% -
XYZ 44.53 57.51 10.05 -
YUV 183.9 41.71 131.64 -
System Red Green Blue C M Y K H S L
Decimal 189 211 31 0.10 0 0.85 0.17 67.33 0.74 0.47
Hex BD D3 1F A 0 55 11 43 4A 2F
Octal 275 323 37 12 0 125 21 103 112 57
Binary 10111101 11010011 11111 1010 0 1010101 10001 1000011 1001010 101111

Color Harmonies of #BDD31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD31F

Black with #BDD31F

Text Example


Text Example

White with #BDD31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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