Html Css Color HEX #BFCC3D Las Palmas

📋 copy color: '#BFCC3D'

red 191 ◦ green 204 ◦ blue 61

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

Shades of Las Palmas #BFCC3D

Tints of Las Palmas #BFCC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.38%

R = 41.89%
G = 44.74%
B = 13.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#BFCC3D (or 0xBFCC3D) is known color: Las Palmas. HEX triplet: BF, CC and 3D. RGB value is (191,204,61). Sum of RGB (Red+Green+Blue) = 191+204+61=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC3D is #4033C2. Grayscale: #B8B8B8. Windows color (decimal): -4207555 or 4050111. OLE color: 4050111.

HSL color Cylindrical-coordinate representation of color #BFCC3D: hue angle of 65.45º degrees, saturation: 0.58, 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 #BFCC3D is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 61 -
CMYK 0.06 0 0.70 0.2
HSL 65.45º 0.58% 0.52% -
HSV(B) 65.45º 0.7% 0.8% -
XYZ 43.92 54.6 12.64 -
YUV 183.81 58.69 133.13 -
System Red Green Blue C M Y K H S L
Decimal 191 204 61 0.06 0 0.70 0.2 65.45 0.58 0.52
Hex BF CC 3D 6 0 46 14 41 3A 34
Octal 277 314 75 6 0 106 24 101 72 64
Binary 10111111 11001100 111101 110 0 1000110 10100 1000001 111010 110100

Color Harmonies of #BFCC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC3D

Black with #BFCC3D

Text Example


Text Example

White with #BFCC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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