Html Css Color HEX #BFCF41 Las Palmas

📋 copy color: '#BFCF41'

red 191 ◦ green 207 ◦ blue 65

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

Shades of Las Palmas #BFCF41

Tints of Las Palmas #BFCF41

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 value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#BFCF41 (or 0xBFCF41) is known color: 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

RGB 191 207 65 -
CMYK 0.08 0 0.69 0.19
HSL 66.76º 0.6% 0.53% -
HSV(B) 66.76º 0.69% 0.81% -
XYZ 44.75 56.08 13.47 -
YUV 186.03 59.7 131.55 -
System Red Green Blue C M Y K H S L
Decimal 191 207 65 0.08 0 0.69 0.19 66.76 0.6 0.53
Hex BF CF 41 8 0 45 13 43 3C 35
Octal 277 317 101 10 0 105 23 103 74 65
Binary 10111111 11001111 1000001 1000 0 1000101 10011 1000011 111100 110101

Color Harmonies of #BFCF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF41

Black with #BFCF41

Text Example


Text Example

White with #BFCF41

Text Example


Text Example

HTML Codes & Css Web 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>