Html Css Color HEX #BFD00E La Rioja

📋 copy color: '#BFD00E'

red 191 ◦ green 208 ◦ blue 14

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

Shades of La Rioja #BFD00E

Tints of La Rioja #BFD00E

RGB

 RED value IS 191 (75% from 255) = 46.25%

 GREEN value IS 208 (81.64% from 255) = 50.36%

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

R = 46.25%
G = 50.36%
B = 3.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#BFD00E (or 0xBFD00E) is known color: La Rioja. HEX triplet: BF, D0 and 0E. RGB value is (191,208,14). Sum of RGB (Red+Green+Blue) = 191+208+14=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD00E is #402FF1. Grayscale: #B5B5B5. Windows color (decimal): -4206578 or 970943. OLE color: 970943.

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

Color convert

RGB 191 208 14 -
CMYK 0.08 0 0.93 0.18
HSL 65.26º 0.87% 0.44% -
HSV(B) 65.26º 0.93% 0.82% -
XYZ 44.12 56.22 8.94 -
YUV 180.8 33.87 135.27 -
System Red Green Blue C M Y K H S L
Decimal 191 208 14 0.08 0 0.93 0.18 65.26 0.87 0.44
Hex BF D0 E 8 0 5D 12 41 57 2C
Octal 277 320 16 10 0 135 22 101 127 54
Binary 10111111 11010000 1110 1000 0 1011101 10010 1000001 1010111 101100

Color Harmonies of #BFD00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD00E

Black with #BFD00E

Text Example


Text Example

White with #BFD00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD00E; }

 p { color: rgb(191,208,14); }

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

background-color css

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

 a { background-color: rgb(191,208,14); }

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

border-color css

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

 span { border-color: rgb(191,208,14); }

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