Html Css Color HEX #BFCF3E Las Palmas

📋 copy color: '#BFCF3E'

red 191 ◦ green 207 ◦ blue 62

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

Shades of Las Palmas #BFCF3E

Tints of Las Palmas #BFCF3E

RGB

 RED value IS 191 (75% from 255) = 41.52%

 GREEN value IS 207 (81.25% from 255) = 45%

 BLUE value IS 62 (24.61% from 255) = 13.48%

R = 41.52%
G = 45%
B = 13.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#BFCF3E (or 0xBFCF3E) is known color: Las Palmas. HEX triplet: BF, CF and 3E. RGB value is (191,207,62). Sum of RGB (Red+Green+Blue) = 191+207+62=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCF3E is #4030C1. Grayscale: #BABABA. Windows color (decimal): -4206786 or 4116415. OLE color: 4116415.

HSL color Cylindrical-coordinate representation of color #BFCF3E: hue angle of 66.62º 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 #BFCF3E is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 62 -
CMYK 0.08 0 0.70 0.19
HSL 66.62º 0.6% 0.53% -
HSV(B) 66.62º 0.7% 0.81% -
XYZ 44.67 56.05 13.02 -
YUV 185.69 58.2 131.79 -
System Red Green Blue C M Y K H S L
Decimal 191 207 62 0.08 0 0.70 0.19 66.62 0.6 0.53
Hex BF CF 3E 8 0 46 13 43 3C 35
Octal 277 317 76 10 0 106 23 103 74 65
Binary 10111111 11001111 111110 1000 0 1000110 10011 1000011 111100 110101

Color Harmonies of #BFCF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF3E

Black with #BFCF3E

Text Example


Text Example

White with #BFCF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF3E; }

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

 H1.HeaderClassName
 {
   color: #BFCF3E;
 }
 .AnyTagClassName
 {
   color: #BFCF3E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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