Html Css Color HEX #BBDC3D Las Palmas

📋 copy color: '#BBDC3D'

red 187 ◦ green 220 ◦ blue 61

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

Shades of Las Palmas #BBDC3D

Tints of Las Palmas #BBDC3D

RGB

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

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

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

R = 39.96%
G = 47.01%
B = 13.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#BBDC3D (or 0xBBDC3D) is known color: Las Palmas. HEX triplet: BB, DC and 3D. RGB value is (187,220,61). Sum of RGB (Red+Green+Blue) = 187+220+61=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 61 (24.22% from 255 or 13.03% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC3D is #4423C2. Grayscale: #C0C0C0. Windows color (decimal): -4465603 or 4054203. OLE color: 4054203.

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

Color convert

RGB 187 220 61 -
CMYK 0.15 0 0.72 0.14
HSL 72.45º 0.69% 0.55% -
HSV(B) 72.45º 0.72% 0.86% -
XYZ 46.93 62.09 13.93 -
YUV 192.01 54.07 124.43 -
System Red Green Blue C M Y K H S L
Decimal 187 220 61 0.15 0 0.72 0.14 72.45 0.69 0.55
Hex BB DC 3D F 0 48 E 48 45 37
Octal 273 334 75 17 0 110 16 110 105 67
Binary 10111011 11011100 111101 1111 0 1001000 1110 1001000 1000101 110111

Color Harmonies of #BBDC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC3D

Black with #BBDC3D

Text Example


Text Example

White with #BBDC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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