Html Css Color HEX #BBC98D Caper

📋 copy color: '#BBC98D'

red 187 ◦ green 201 ◦ blue 141

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

Shades of Caper #BBC98D

Tints of Caper #BBC98D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38%

 BLUE value IS 141 (55.47% from 255) = 26.65%

R = 35.35%
G = 38%
B = 26.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#BBC98D (or 0xBBC98D) is known color: Caper. HEX triplet: BB, C9 and 8D. RGB value is (187,201,141). Sum of RGB (Red+Green+Blue) = 187+201+141=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC98D is #443672. Grayscale: #BEBEBE. Windows color (decimal): -4470387 or 9292219. OLE color: 9292219.

HSL color Cylindrical-coordinate representation of color #BBC98D: hue angle of 74º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBC98D is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 141 -
CMYK 0.07 0 0.30 0.21
HSL 74º 0.36% 0.67% -
HSV(B) 74º 0.3% 0.79% -
XYZ 46.19 54.26 33.24 -
YUV 189.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 187 201 141 0.07 0 0.30 0.21 74 0.36 0.67
Hex BB C9 8D 7 0 1E 15 4A 24 43
Octal 273 311 215 7 0 36 25 112 44 103
Binary 10111011 11001001 10001101 111 0 11110 10101 1001010 100100 1000011

Color Harmonies of #BBC98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC98D

Black with #BBC98D

Text Example


Text Example

White with #BBC98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC98D; }

 p { color: rgb(187,201,141); }

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

background-color css

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

 a { background-color: rgb(187,201,141); }

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

border-color css

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

 span { border-color: rgb(187,201,141); }

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