Html Css Color HEX #BBCF3C Las Palmas

📋 copy color: '#BBCF3C'

red 187 ◦ green 207 ◦ blue 60

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

Shades of Las Palmas #BBCF3C

Tints of Las Palmas #BBCF3C

RGB

 RED value IS 187 (73.44% from 255) = 41.19%

 GREEN value IS 207 (81.25% from 255) = 45.59%

 BLUE value IS 60 (23.83% from 255) = 13.22%

R = 41.19%
G = 45.59%
B = 13.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#BBCF3C (or 0xBBCF3C) is known color: Las Palmas. HEX triplet: BB, CF and 3C. RGB value is (187,207,60). Sum of RGB (Red+Green+Blue) = 187+207+60=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF3C is #4430C3. Grayscale: #B8B8B8. Windows color (decimal): -4468932 or 3985339. OLE color: 3985339.

HSL color Cylindrical-coordinate representation of color #BBCF3C: hue angle of 68.16º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBCF3C is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 60 -
CMYK 0.10 0 0.71 0.19
HSL 68.16º 0.6% 0.52% -
HSV(B) 68.16º 0.71% 0.81% -
XYZ 43.62 55.52 12.69 -
YUV 184.26 57.87 129.95 -
System Red Green Blue C M Y K H S L
Decimal 187 207 60 0.10 0 0.71 0.19 68.16 0.6 0.52
Hex BB CF 3C A 0 47 13 44 3C 34
Octal 273 317 74 12 0 107 23 104 74 64
Binary 10111011 11001111 111100 1010 0 1000111 10011 1000100 111100 110100

Color Harmonies of #BBCF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF3C

Black with #BBCF3C

Text Example


Text Example

White with #BBCF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF3C; }

 p { color: rgb(187,207,60); }

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

background-color css

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

 a { background-color: rgb(187,207,60); }

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

border-color css

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

 span { border-color: rgb(187,207,60); }

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