Html Css Color HEX #BBC88A Caper

📋 copy color: '#BBC88A'

red 187 ◦ green 200 ◦ blue 138

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

Shades of Caper #BBC88A

Tints of Caper #BBC88A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.1%

 BLUE value IS 138 (54.3% from 255) = 26.29%

R = 35.62%
G = 38.1%
B = 26.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#BBC88A (or 0xBBC88A) is known color: Caper. HEX triplet: BB, C8 and 8A. RGB value is (187,200,138). Sum of RGB (Red+Green+Blue) = 187+200+138=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC88A is #443775. Grayscale: #BDBDBD. Windows color (decimal): -4470646 or 9095355. OLE color: 9095355.

HSL color Cylindrical-coordinate representation of color #BBC88A: hue angle of 72.58º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBC88A is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 200 138 -
CMYK 0.06 0 0.31 0.22
HSL 72.58º 0.36% 0.66% -
HSV(B) 72.58º 0.31% 0.78% -
XYZ 45.74 53.71 32 -
YUV 189.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 187 200 138 0.06 0 0.31 0.22 72.58 0.36 0.66
Hex BB C8 8A 6 0 1F 16 49 24 42
Octal 273 310 212 6 0 37 26 111 44 102
Binary 10111011 11001000 10001010 110 0 11111 10110 1001001 100100 1000010

Color Harmonies of #BBC88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC88A

Black with #BBC88A

Text Example


Text Example

White with #BBC88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC88A; }

 p { color: rgb(187,200,138); }

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

background-color css

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

 a { background-color: rgb(187,200,138); }

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

border-color css

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

 span { border-color: rgb(187,200,138); }

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