Html Css Color HEX #BFCD3F Las Palmas

📋 copy color: '#BFCD3F'

red 191 ◦ green 205 ◦ blue 63

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

Shades of Las Palmas #BFCD3F

Tints of Las Palmas #BFCD3F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.66%

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

R = 41.61%
G = 44.66%
B = 13.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#BFCD3F (or 0xBFCD3F) is known color: Las Palmas. HEX triplet: BF, CD and 3F. RGB value is (191,205,63). Sum of RGB (Red+Green+Blue) = 191+205+63=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD3F is #4032C0. Grayscale: #B9B9B9. Windows color (decimal): -4207297 or 4181439. OLE color: 4181439.

HSL color Cylindrical-coordinate representation of color #BFCD3F: hue angle of 65.92º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFCD3F is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 63 -
CMYK 0.07 0 0.69 0.20
HSL 65.92º 0.59% 0.53% -
HSV(B) 65.92º 0.69% 0.8% -
XYZ 44.21 55.1 13.01 -
YUV 184.63 59.36 132.55 -
System Red Green Blue C M Y K H S L
Decimal 191 205 63 0.07 0 0.69 0.20 65.92 0.59 0.53
Hex BF CD 3F 7 0 45 14 42 3B 35
Octal 277 315 77 7 0 105 24 102 73 65
Binary 10111111 11001101 111111 111 0 1000101 10100 1000010 111011 110101

Color Harmonies of #BFCD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD3F

Black with #BFCD3F

Text Example


Text Example

White with #BFCD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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