Html Css Color HEX #BFCD3B Las Palmas

📋 copy color: '#BFCD3B'

red 191 ◦ green 205 ◦ blue 59

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

Shades of Las Palmas #BFCD3B

Tints of Las Palmas #BFCD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.97%

R = 41.98%
G = 45.05%
B = 12.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#BFCD3B (or 0xBFCD3B) is known color: Las Palmas. HEX triplet: BF, CD and 3B. RGB value is (191,205,59). Sum of RGB (Red+Green+Blue) = 191+205+59=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 59 (23.44% from 255 or 12.97% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD3B is #4032C4. Grayscale: #B8B8B8. Windows color (decimal): -4207301 or 3919295. OLE color: 3919295.

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

Color convert

RGB 191 205 59 -
CMYK 0.07 0 0.71 0.20
HSL 65.75º 0.59% 0.52% -
HSV(B) 65.75º 0.71% 0.8% -
XYZ 44.11 55.05 12.44 -
YUV 184.17 57.36 132.87 -
System Red Green Blue C M Y K H S L
Decimal 191 205 59 0.07 0 0.71 0.20 65.75 0.59 0.52
Hex BF CD 3B 7 0 47 14 42 3B 34
Octal 277 315 73 7 0 107 24 102 73 64
Binary 10111111 11001101 111011 111 0 1000111 10100 1000010 111011 110100

Color Harmonies of #BFCD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD3B

Black with #BFCD3B

Text Example


Text Example

White with #BFCD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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