Html Css Color HEX #BFCC41 Las Palmas

📋 copy color: '#BFCC41'

red 191 ◦ green 204 ◦ blue 65

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

Shades of Las Palmas #BFCC41

Tints of Las Palmas #BFCC41

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.35%

 BLUE value IS 65 (25.78% from 255) = 14.13%

R = 41.52%
G = 44.35%
B = 14.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#BFCC41 (or 0xBFCC41) is known color: Las Palmas. HEX triplet: BF, CC and 41. RGB value is (191,204,65). Sum of RGB (Red+Green+Blue) = 191+204+65=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 65 (25.78% from 255 or 14.13% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC41 is #4033BE. Grayscale: #B8B8B8. Windows color (decimal): -4207551 or 4312255. OLE color: 4312255.

HSL color Cylindrical-coordinate representation of color #BFCC41: hue angle of 65.61º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFCC41 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 65 -
CMYK 0.06 0 0.68 0.2
HSL 65.61º 0.58% 0.53% -
HSV(B) 65.61º 0.68% 0.8% -
XYZ 44.03 54.64 13.23 -
YUV 184.27 60.69 132.8 -
System Red Green Blue C M Y K H S L
Decimal 191 204 65 0.06 0 0.68 0.2 65.61 0.58 0.53
Hex BF CC 41 6 0 44 14 42 3A 35
Octal 277 314 101 6 0 104 24 102 72 65
Binary 10111111 11001100 1000001 110 0 1000100 10100 1000010 111010 110101

Color Harmonies of #BFCC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC41

Black with #BFCC41

Text Example


Text Example

White with #BFCC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC41; }

 p { color: rgb(191,204,65); }

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

background-color css

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

 a { background-color: rgb(191,204,65); }

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

border-color css

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

 span { border-color: rgb(191,204,65); }

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