Html Css Color HEX #BDCD1E Rio Grande

📋 copy color: '#BDCD1E'

red 189 ◦ green 205 ◦ blue 30

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

Shades of Rio Grande #BDCD1E

Tints of Rio Grande #BDCD1E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.35%

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

R = 44.58%
G = 48.35%
B = 7.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#BDCD1E (or 0xBDCD1E) is known color: Rio Grande. HEX triplet: BD, CD and 1E. RGB value is (189,205,30). Sum of RGB (Red+Green+Blue) = 189+205+30=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCD1E is #4232E1. Grayscale: #B4B4B4. Windows color (decimal): -4338402 or 2018749. OLE color: 2018749.

HSL color Cylindrical-coordinate representation of color #BDCD1E: hue angle of 65.49º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDCD1E is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 30 -
CMYK 0.08 0 0.85 0.20
HSL 65.49º 0.74% 0.46% -
HSV(B) 65.49º 0.85% 0.8% -
XYZ 43.05 54.58 9.49 -
YUV 180.27 43.2 134.23 -
System Red Green Blue C M Y K H S L
Decimal 189 205 30 0.08 0 0.85 0.20 65.49 0.74 0.46
Hex BD CD 1E 8 0 55 14 41 4A 2E
Octal 275 315 36 10 0 125 24 101 112 56
Binary 10111101 11001101 11110 1000 0 1010101 10100 1000001 1001010 101110

Color Harmonies of #BDCD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD1E

Black with #BDCD1E

Text Example


Text Example

White with #BDCD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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