Html Css Color HEX #BDCE1E Rio Grande

📋 copy color: '#BDCE1E'

red 189 ◦ green 206 ◦ blue 30

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

Shades of Rio Grande #BDCE1E

Tints of Rio Grande #BDCE1E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.47%

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

R = 44.47%
G = 48.47%
B = 7.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#BDCE1E (or 0xBDCE1E) is known color: Rio Grande. HEX triplet: BD, CE and 1E. RGB value is (189,206,30). Sum of RGB (Red+Green+Blue) = 189+206+30=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 30 (12.11% from 255 or 7.06% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCE1E is #4231E1. Grayscale: #B5B5B5. Windows color (decimal): -4338146 or 2019005. OLE color: 2019005.

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

Color convert

RGB 189 206 30 -
CMYK 0.08 0 0.85 0.19
HSL 65.8º 0.75% 0.46% -
HSV(B) 65.8º 0.85% 0.81% -
XYZ 43.29 55.06 9.57 -
YUV 180.85 42.87 133.81 -
System Red Green Blue C M Y K H S L
Decimal 189 206 30 0.08 0 0.85 0.19 65.8 0.75 0.46
Hex BD CE 1E 8 0 55 13 42 4B 2E
Octal 275 316 36 10 0 125 23 102 113 56
Binary 10111101 11001110 11110 1000 0 1010101 10011 1000010 1001011 101110

Color Harmonies of #BDCE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE1E

Black with #BDCE1E

Text Example


Text Example

White with #BDCE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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