Html Css Color HEX #B2C27D Caper

📋 copy color: '#B2C27D'

red 178 ◦ green 194 ◦ blue 125

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

Shades of Caper #B2C27D

Tints of Caper #B2C27D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.03%

 BLUE value IS 125 (49.22% from 255) = 25.15%

R = 35.81%
G = 39.03%
B = 25.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#B2C27D (or 0xB2C27D) is known color: Caper. HEX triplet: B2, C2 and 7D. RGB value is (178,194,125). Sum of RGB (Red+Green+Blue) = 178+194+125=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C27D is #4D3D82. Grayscale: #B5B5B5. Windows color (decimal): -5062019 or 8241842. OLE color: 8241842.

HSL color Cylindrical-coordinate representation of color #B2C27D: hue angle of 73.91º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2C27D is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 194 125 -
CMYK 0.08 0 0.36 0.24
HSL 73.91º 0.36% 0.63% -
HSV(B) 73.91º 0.36% 0.76% -
XYZ 41.35 49.53 26.78 -
YUV 181.35 96.2 125.61 -
System Red Green Blue C M Y K H S L
Decimal 178 194 125 0.08 0 0.36 0.24 73.91 0.36 0.63
Hex B2 C2 7D 8 0 24 18 4A 24 3F
Octal 262 302 175 10 0 44 30 112 44 77
Binary 10110010 11000010 1111101 1000 0 100100 11000 1001010 100100 111111

Color Harmonies of #B2C27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C27D

Black with #B2C27D

Text Example


Text Example

White with #B2C27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C27D; }

 p { color: rgb(178,194,125); }

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

background-color css

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

 a { background-color: rgb(178,194,125); }

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

border-color css

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

 span { border-color: rgb(178,194,125); }

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