#BFCC05

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

Shades of La Rioja #BFCC05

Tints of La Rioja #BFCC05

Color information

#BFCC05 (or 0xBFCC05) is unknown color: approx La Rioja. HEX triplet: BF, CC and 05. RGB value is (191,204,5). Sum of RGB (Red+Green+Blue) = 191+204+5=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCC05 is #4033FA. Grayscale: #B2B2B2. Windows color (decimal): -4207611 or 380095. OLE color: 380095.

HSL color Cylindrical-coordinate representation of color #BFCC05: hue angle of 63.92º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFCC05 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB1912045-
CMYK0.0600.980.2
HSL63.92º95.22%40.98%-
HSV(B)63.92º97.55%80%-
XYZ43.1154.278.35-
YUV177.4330.69137.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.75%
GREEN value IS 204 (80.08% from 255) = 51%
BLUE value IS 5 (2.34% from 255) = 1.25%
R=47.75%
G=51%
B=1.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal19120450.0600.980.263.9295.2240.98
HexBFCC5606214405f29
Octal2773145601422410013751
Binary1011111111001100101110011000101010010000001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCC05; }

 p { color: rgb(191,204,5); }

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

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

 a { background-color: rgb(191,204,5); }

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

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

 span { border-color: rgb(191,204,5); }

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