Html Css Color HEX #BBC382 Pine Glade

📋 copy color: '#BBC382'

red 187 ◦ green 195 ◦ blue 130

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

Shades of Pine Glade #BBC382

Tints of Pine Glade #BBC382

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.09%

 BLUE value IS 130 (51.17% from 255) = 25.39%

R = 36.52%
G = 38.09%
B = 25.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#BBC382 (or 0xBBC382) is known color: Pine Glade. HEX triplet: BB, C3 and 82. RGB value is (187,195,130). Sum of RGB (Red+Green+Blue) = 187+195+130=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC382 is #443C7D. Grayscale: #B9B9B9. Windows color (decimal): -4471934 or 8569787. OLE color: 8569787.

HSL color Cylindrical-coordinate representation of color #BBC382: hue angle of 67.38º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBC382 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 130 -
CMYK 0.04 0 0.33 0.24
HSL 67.38º 0.35% 0.64% -
HSV(B) 67.38º 0.33% 0.76% -
XYZ 44.04 51.21 28.68 -
YUV 185.2 96.85 129.29 -
System Red Green Blue C M Y K H S L
Decimal 187 195 130 0.04 0 0.33 0.24 67.38 0.35 0.64
Hex BB C3 82 4 0 21 18 43 23 40
Octal 273 303 202 4 0 41 30 103 43 100
Binary 10111011 11000011 10000010 100 0 100001 11000 1000011 100011 1000000

Color Harmonies of #BBC382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC382

Black with #BBC382

Text Example


Text Example

White with #BBC382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC382; }

 p { color: rgb(187,195,130); }

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

background-color css

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

 a { background-color: rgb(187,195,130); }

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

border-color css

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

 span { border-color: rgb(187,195,130); }

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