Html Css Color HEX #BDC70E La Rioja

📋 copy color: '#BDC70E'

red 189 ◦ green 199 ◦ blue 14

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

Shades of La Rioja #BDC70E

Tints of La Rioja #BDC70E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.5%

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

R = 47.01%
G = 49.5%
B = 3.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#BDC70E (or 0xBDC70E) is known color: La Rioja. HEX triplet: BD, C7 and 0E. RGB value is (189,199,14). Sum of RGB (Red+Green+Blue) = 189+199+14=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 199 (78.12% from 255 or 49.50% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC70E is #4238F1. Grayscale: #AFAFAF. Windows color (decimal): -4339954 or 968637. OLE color: 968637.

HSL color Cylindrical-coordinate representation of color #BDC70E: hue angle of 63.24º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDC70E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 14 -
CMYK 0.05 0 0.93 0.22
HSL 63.24º 0.87% 0.42% -
HSV(B) 63.24º 0.93% 0.78% -
XYZ 41.49 51.7 8.21 -
YUV 174.92 37.19 138.04 -
System Red Green Blue C M Y K H S L
Decimal 189 199 14 0.05 0 0.93 0.22 63.24 0.87 0.42
Hex BD C7 E 5 0 5D 16 3F 57 2A
Octal 275 307 16 5 0 135 26 77 127 52
Binary 10111101 11000111 1110 101 0 1011101 10110 111111 1010111 101010

Color Harmonies of #BDC70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC70E

Black with #BDC70E

Text Example


Text Example

White with #BDC70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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