Html Css Color HEX #BDC00E La Rioja

📋 copy color: '#BDC00E'

red 189 ◦ green 192 ◦ blue 14

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

Shades of La Rioja #BDC00E

Tints of La Rioja #BDC00E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.61%

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

R = 47.85%
G = 48.61%
B = 3.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BDC00E (or 0xBDC00E) is known color: La Rioja. HEX triplet: BD, C0 and 0E. RGB value is (189,192,14). Sum of RGB (Red+Green+Blue) = 189+192+14=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC00E is #423FF1. Grayscale: #ABABAB. Windows color (decimal): -4341746 or 966845. OLE color: 966845.

HSL color Cylindrical-coordinate representation of color #BDC00E: hue angle of 61.01º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDC00E is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 14 -
CMYK 0.02 0 0.93 0.25
HSL 61.01º 0.86% 0.4% -
HSV(B) 61.01º 0.93% 0.75% -
XYZ 39.92 48.55 7.68 -
YUV 170.81 39.51 140.97 -
System Red Green Blue C M Y K H S L
Decimal 189 192 14 0.02 0 0.93 0.25 61.01 0.86 0.4
Hex BD C0 E 2 0 5D 19 3D 56 28
Octal 275 300 16 2 0 135 31 75 126 50
Binary 10111101 11000000 1110 10 0 1011101 11001 111101 1010110 101000

Color Harmonies of #BDC00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC00E

Black with #BDC00E

Text Example


Text Example

White with #BDC00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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