#BFD30C

Color #BFD30C La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BFD30C

Tints of La Rioja #BFD30C

Color information

#BFD30C (or 0xBFD30C) is unknown color: approx La Rioja. HEX triplet: BF, D3 and 0C. RGB value is (191,211,12). Sum of RGB (Red+Green+Blue) = 191+211+12=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 211 (82.81% from 255 or 50.97% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD30C is #402CF3. Grayscale: #B7B7B7. Windows color (decimal): -4205812 or 840639. OLE color: 840639.

HSL color Cylindrical-coordinate representation of color #BFD30C: hue angle of 66.03º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFD30C is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB19121112-
CMYK0.0900.940.17
HSL66.03º89.24%43.73%-
HSV(B)66.03º94.31%82.75%-
XYZ44.8557.699.12-
YUV182.3331.87134.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.14%
GREEN value IS 211 (82.81% from 255) = 50.97%
BLUE value IS 12 (5.08% from 255) = 2.90%
R=46.14%
G=50.97%
B=2.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal191211120.0900.940.1766.0389.2443.73
HexBFD3C905E1142592c
Octal277323141101362110213154
Binary101111111101001111001001010111101000110000101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD30C; }

 p { color: rgb(191,211,12); }

 H1.HeaderClassName
 {
   color: #BFD30C;
 }
 .AnyTagClassName
 {
   color: #BFD30C;
 }
</style>
background-color css

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

 a { background-color: rgb(191,211,12); }

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

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

 span { border-color: rgb(191,211,12); }

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