Html Css Color HEX #BFCD3E Las Palmas

📋 copy color: '#BFCD3E'

red 191 ◦ green 205 ◦ blue 62

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

Shades of Las Palmas #BFCD3E

Tints of Las Palmas #BFCD3E

RGB

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

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

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

R = 41.7%
G = 44.76%
B = 13.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#BFCD3E (or 0xBFCD3E) is known color: Las Palmas. HEX triplet: BF, CD and 3E. RGB value is (191,205,62). Sum of RGB (Red+Green+Blue) = 191+205+62=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD3E is #4032C1. Grayscale: #B9B9B9. Windows color (decimal): -4207298 or 4115903. OLE color: 4115903.

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

Color convert

RGB 191 205 62 -
CMYK 0.07 0 0.70 0.20
HSL 65.87º 0.59% 0.52% -
HSV(B) 65.87º 0.7% 0.8% -
XYZ 44.19 55.09 12.86 -
YUV 184.51 58.86 132.63 -
System Red Green Blue C M Y K H S L
Decimal 191 205 62 0.07 0 0.70 0.20 65.87 0.59 0.52
Hex BF CD 3E 7 0 46 14 42 3B 34
Octal 277 315 76 7 0 106 24 102 73 64
Binary 10111111 11001101 111110 111 0 1000110 10100 1000010 111011 110100

Color Harmonies of #BFCD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD3E

Black with #BFCD3E

Text Example


Text Example

White with #BFCD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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