#BFCF41

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

Shades of Las Palmas #BFCF41

Tints of Las Palmas #BFCF41

Color information

#BFCF41 (or 0xBFCF41) is unknown color: approx Las Palmas. HEX triplet: BF, CF and 41. RGB value is (191,207,65). Sum of RGB (Red+Green+Blue) = 191+207+65=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCF41 is #4030BE. Grayscale: #BABABA. Windows color (decimal): -4206783 or 4313023. OLE color: 4313023.

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

Color convert

RGB19120765-
CMYK0.0800.690.19
HSL66.76º59.66%53.33%-
HSV(B)66.76º68.6%81.18%-
XYZ44.7556.0813.47-
YUV186.0359.7131.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 207 (81.25% from 255) = 44.71%
BLUE value IS 65 (25.78% from 255) = 14.04%
R=41.25%
G=44.71%
B=14.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal191207650.0800.690.1966.7659.6653.33
HexBFCF41804513433c35
Octal277317101100105231037465
Binary10111111110011111000001100001000101100111000011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF41; }

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

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

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

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

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

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

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

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