Html Css Color HEX #BBDD3D Las Palmas

📋 copy color: '#BBDD3D'

red 187 ◦ green 221 ◦ blue 61

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

Shades of Las Palmas #BBDD3D

Tints of Las Palmas #BBDD3D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.12%

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

R = 39.87%
G = 47.12%
B = 13.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#BBDD3D (or 0xBBDD3D) is known color: Las Palmas. HEX triplet: BB, DD and 3D. RGB value is (187,221,61). Sum of RGB (Red+Green+Blue) = 187+221+61=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 61 (24.22% from 255 or 13.01% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDD3D is #4422C2. Grayscale: #C1C1C1. Windows color (decimal): -4465347 or 4054459. OLE color: 4054459.

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

Color convert

RGB 187 221 61 -
CMYK 0.15 0 0.72 0.13
HSL 72.75º 0.7% 0.55% -
HSV(B) 72.75º 0.72% 0.87% -
XYZ 47.19 62.61 14.01 -
YUV 192.59 53.74 124.01 -
System Red Green Blue C M Y K H S L
Decimal 187 221 61 0.15 0 0.72 0.13 72.75 0.7 0.55
Hex BB DD 3D F 0 48 D 49 46 37
Octal 273 335 75 17 0 110 15 111 106 67
Binary 10111011 11011101 111101 1111 0 1001000 1101 1001001 1000110 110111

Color Harmonies of #BBDD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD3D

Black with #BBDD3D

Text Example


Text Example

White with #BBDD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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