Html Css Color HEX #BDCD0E La Rioja

📋 copy color: '#BDCD0E'

red 189 ◦ green 205 ◦ blue 14

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

Shades of La Rioja #BDCD0E

Tints of La Rioja #BDCD0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.43%

R = 46.32%
G = 50.25%
B = 3.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#BDCD0E (or 0xBDCD0E) is known color: La Rioja. HEX triplet: BD, CD and 0E. RGB value is (189,205,14). Sum of RGB (Red+Green+Blue) = 189+205+14=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCD0E is #4232F1. Grayscale: #B3B3B3. Windows color (decimal): -4338418 or 970173. OLE color: 970173.

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

Color convert

RGB 189 205 14 -
CMYK 0.08 0 0.93 0.20
HSL 65.03º 0.87% 0.43% -
HSV(B) 65.03º 0.93% 0.8% -
XYZ 42.9 54.51 8.68 -
YUV 178.44 35.2 135.53 -
System Red Green Blue C M Y K H S L
Decimal 189 205 14 0.08 0 0.93 0.20 65.03 0.87 0.43
Hex BD CD E 8 0 5D 14 41 57 2B
Octal 275 315 16 10 0 135 24 101 127 53
Binary 10111101 11001101 1110 1000 0 1011101 10100 1000001 1010111 101011

Color Harmonies of #BDCD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD0E

Black with #BDCD0E

Text Example


Text Example

White with #BDCD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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