Html Css Color HEX #BDD01E Rio Grande

📋 copy color: '#BDD01E'

red 189 ◦ green 208 ◦ blue 30

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

Shades of Rio Grande #BDD01E

Tints of Rio Grande #BDD01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.03%

R = 44.26%
G = 48.71%
B = 7.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#BDD01E (or 0xBDD01E) is known color: Rio Grande. HEX triplet: BD, D0 and 1E. RGB value is (189,208,30). Sum of RGB (Red+Green+Blue) = 189+208+30=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD01E is #422FE1. Grayscale: #B6B6B6. Windows color (decimal): -4337634 or 2019517. OLE color: 2019517.

HSL color Cylindrical-coordinate representation of color #BDD01E: hue angle of 66.4º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDD01E is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 30 -
CMYK 0.09 0 0.86 0.18
HSL 66.4º 0.75% 0.47% -
HSV(B) 66.4º 0.86% 0.82% -
XYZ 43.78 56.02 9.73 -
YUV 182.03 42.21 132.97 -
System Red Green Blue C M Y K H S L
Decimal 189 208 30 0.09 0 0.86 0.18 66.4 0.75 0.47
Hex BD D0 1E 9 0 56 12 42 4B 2F
Octal 275 320 36 11 0 126 22 102 113 57
Binary 10111101 11010000 11110 1001 0 1010110 10010 1000010 1001011 101111

Color Harmonies of #BDD01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD01E

Black with #BDD01E

Text Example


Text Example

White with #BDD01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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