#BFCF3F

Color #BFCF3F Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #BFCF3F

Tints of Las Palmas #BFCF3F

Color information

#BFCF3F (or 0xBFCF3F) is unknown color: approx Las Palmas. HEX triplet: BF, CF and 3F. RGB value is (191,207,63). Sum of RGB (Red+Green+Blue) = 191+207+63=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCF3F is #4030C0. Grayscale: #BABABA. Windows color (decimal): -4206785 or 4181951. OLE color: 4181951.

HSL color Cylindrical-coordinate representation of color #BFCF3F: hue angle of 66.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFCF3F is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB19120763-
CMYK0.0800.700.19
HSL66.67º60%52.94%-
HSV(B)66.67º69.57%81.18%-
XYZ44.756.0613.17-
YUV185.858.7131.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 207 (81.25% from 255) = 44.90%
BLUE value IS 63 (25% from 255) = 13.67%
R=41.43%
G=44.90%
B=13.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal191207630.0800.700.1966.676052.94
HexBFCF3F804613433c35
Octal27731777100106231037465
Binary1011111111001111111111100001000110100111000011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF3F; }

 p { color: rgb(191,207,63); }

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

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

 a { background-color: rgb(191,207,63); }

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

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

 span { border-color: rgb(191,207,63); }

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