Html Css Color HEX #B2CD8A Caper

📋 copy color: '#B2CD8A'

red 178 ◦ green 205 ◦ blue 138

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

Shades of Caper #B2CD8A

Tints of Caper #B2CD8A

RGB

 RED value IS 178 (69.92% from 255) = 34.17%

 GREEN value IS 205 (80.47% from 255) = 39.35%

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

R = 34.17%
G = 39.35%
B = 26.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#B2CD8A (or 0xB2CD8A) is known color: Caper. HEX triplet: B2, CD and 8A. RGB value is (178,205,138). Sum of RGB (Red+Green+Blue) = 178+205+138=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CD8A is #4D3275. Grayscale: #BDBDBD. Windows color (decimal): -5059190 or 9096626. OLE color: 9096626.

HSL color Cylindrical-coordinate representation of color #B2CD8A: hue angle of 84.18º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2CD8A is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 205 138 -
CMYK 0.13 0 0.33 0.20
HSL 84.18º 0.4% 0.67% -
HSV(B) 84.18º 0.33% 0.8% -
XYZ 44.78 54.96 32.29 -
YUV 189.29 99.05 119.95 -
System Red Green Blue C M Y K H S L
Decimal 178 205 138 0.13 0 0.33 0.20 84.18 0.4 0.67
Hex B2 CD 8A D 0 21 14 54 28 43
Octal 262 315 212 15 0 41 24 124 50 103
Binary 10110010 11001101 10001010 1101 0 100001 10100 1010100 101000 1000011

Color Harmonies of #B2CD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CD8A

Black with #B2CD8A

Text Example


Text Example

White with #B2CD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CD8A; }

 p { color: rgb(178,205,138); }

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

background-color css

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

 a { background-color: rgb(178,205,138); }

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

border-color css

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

 span { border-color: rgb(178,205,138); }

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