Html Css Color HEX #BBDC3A Las Palmas

📋 copy color: '#BBDC3A'

red 187 ◦ green 220 ◦ blue 58

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

Shades of Las Palmas #BBDC3A

Tints of Las Palmas #BBDC3A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.31%

 BLUE value IS 58 (23.05% from 255) = 12.47%

R = 40.22%
G = 47.31%
B = 12.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#BBDC3A (or 0xBBDC3A) is known color: Las Palmas. HEX triplet: BB, DC and 3A. RGB value is (187,220,58). Sum of RGB (Red+Green+Blue) = 187+220+58=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC3A is #4423C5. Grayscale: #C0C0C0. Windows color (decimal): -4465606 or 3857595. OLE color: 3857595.

HSL color Cylindrical-coordinate representation of color #BBDC3A: hue angle of 72.22º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBDC3A is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 58 -
CMYK 0.15 0 0.74 0.14
HSL 72.22º 0.7% 0.55% -
HSV(B) 72.22º 0.74% 0.86% -
XYZ 46.85 62.06 13.51 -
YUV 191.67 52.57 124.67 -
System Red Green Blue C M Y K H S L
Decimal 187 220 58 0.15 0 0.74 0.14 72.22 0.7 0.55
Hex BB DC 3A F 0 4A E 48 46 37
Octal 273 334 72 17 0 112 16 110 106 67
Binary 10111011 11011100 111010 1111 0 1001010 1110 1001000 1000110 110111

Color Harmonies of #BBDC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC3A

Black with #BBDC3A

Text Example


Text Example

White with #BBDC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC3A; }

 p { color: rgb(187,220,58); }

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

background-color css

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

 a { background-color: rgb(187,220,58); }

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

border-color css

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

 span { border-color: rgb(187,220,58); }

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