Html Css Color HEX #BDC40E La Rioja

📋 copy color: '#BDC40E'

red 189 ◦ green 196 ◦ blue 14

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

Shades of La Rioja #BDC40E

Tints of La Rioja #BDC40E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.12%

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

R = 47.37%
G = 49.12%
B = 3.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#BDC40E (or 0xBDC40E) is known color: La Rioja. HEX triplet: BD, C4 and 0E. RGB value is (189,196,14). Sum of RGB (Red+Green+Blue) = 189+196+14=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC40E is #423BF1. Grayscale: #ADADAD. Windows color (decimal): -4340722 or 967869. OLE color: 967869.

HSL color Cylindrical-coordinate representation of color #BDC40E: hue angle of 62.31º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDC40E is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 14 -
CMYK 0.04 0 0.93 0.23
HSL 62.31º 0.87% 0.41% -
HSV(B) 62.31º 0.93% 0.77% -
XYZ 40.81 50.33 7.98 -
YUV 173.16 38.18 139.3 -
System Red Green Blue C M Y K H S L
Decimal 189 196 14 0.04 0 0.93 0.23 62.31 0.87 0.41
Hex BD C4 E 4 0 5D 17 3E 57 29
Octal 275 304 16 4 0 135 27 76 127 51
Binary 10111101 11000100 1110 100 0 1011101 10111 111110 1010111 101001

Color Harmonies of #BDC40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC40E

Black with #BDC40E

Text Example


Text Example

White with #BDC40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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