Html Css Color HEX #BFCE3F Las Palmas

📋 copy color: '#BFCE3F'

red 191 ◦ green 206 ◦ blue 63

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

Shades of Las Palmas #BFCE3F

Tints of Las Palmas #BFCE3F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.78%

 BLUE value IS 63 (25% from 255) = 13.7%

R = 41.52%
G = 44.78%
B = 13.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#BFCE3F (or 0xBFCE3F) is known color: Las Palmas. HEX triplet: BF, CE and 3F. RGB value is (191,206,63). Sum of RGB (Red+Green+Blue) = 191+206+63=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCE3F is #4031C0. Grayscale: #B9B9B9. Windows color (decimal): -4207041 or 4181695. OLE color: 4181695.

HSL color Cylindrical-coordinate representation of color #BFCE3F: hue angle of 66.29º degrees, saturation: 0.59, 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 #BFCE3F is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 206 63 -
CMYK 0.07 0 0.69 0.19
HSL 66.29º 0.59% 0.53% -
HSV(B) 66.29º 0.69% 0.81% -
XYZ 44.45 55.58 13.09 -
YUV 185.21 59.03 132.13 -
System Red Green Blue C M Y K H S L
Decimal 191 206 63 0.07 0 0.69 0.19 66.29 0.59 0.53
Hex BF CE 3F 7 0 45 13 42 3B 35
Octal 277 316 77 7 0 105 23 102 73 65
Binary 10111111 11001110 111111 111 0 1000101 10011 1000010 111011 110101

Color Harmonies of #BFCE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCE3F

Black with #BFCE3F

Text Example


Text Example

White with #BFCE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCE3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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