Html Css Color HEX #B2CB7F Caper

📋 copy color: '#B2CB7F'

red 178 ◦ green 203 ◦ blue 127

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

Shades of Caper #B2CB7F

Tints of Caper #B2CB7F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.96%

 BLUE value IS 127 (50% from 255) = 25%

R = 35.04%
G = 39.96%
B = 25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#B2CB7F (or 0xB2CB7F) is known color: Caper. HEX triplet: B2, CB and 7F. RGB value is (178,203,127). Sum of RGB (Red+Green+Blue) = 178+203+127=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CB7F is #4D3480. Grayscale: #BBBBBB. Windows color (decimal): -5059713 or 8375218. OLE color: 8375218.

HSL color Cylindrical-coordinate representation of color #B2CB7F: hue angle of 79.74º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2CB7F is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 203 127 -
CMYK 0.12 0 0.37 0.20
HSL 79.74º 0.42% 0.65% -
HSV(B) 79.74º 0.37% 0.8% -
XYZ 43.55 53.71 28.15 -
YUV 186.86 94.22 121.68 -
System Red Green Blue C M Y K H S L
Decimal 178 203 127 0.12 0 0.37 0.20 79.74 0.42 0.65
Hex B2 CB 7F C 0 25 14 50 2A 41
Octal 262 313 177 14 0 45 24 120 52 101
Binary 10110010 11001011 1111111 1100 0 100101 10100 1010000 101010 1000001

Color Harmonies of #B2CB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CB7F

Black with #B2CB7F

Text Example


Text Example

White with #B2CB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CB7F; }

 p { color: rgb(178,203,127); }

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

background-color css

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

 a { background-color: rgb(178,203,127); }

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

border-color css

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

 span { border-color: rgb(178,203,127); }

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