Html Css Color HEX #B2CA7B Caper

📋 copy color: '#B2CA7B'

red 178 ◦ green 202 ◦ blue 123

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

Shades of Caper #B2CA7B

Tints of Caper #B2CA7B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.16%

 BLUE value IS 123 (48.44% from 255) = 24.45%

R = 35.39%
G = 40.16%
B = 24.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#B2CA7B (or 0xB2CA7B) is known color: Caper. HEX triplet: B2, CA and 7B. RGB value is (178,202,123). Sum of RGB (Red+Green+Blue) = 178+202+123=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA7B is #4D3584. Grayscale: #BABABA. Windows color (decimal): -5059973 or 8112818. OLE color: 8112818.

HSL color Cylindrical-coordinate representation of color #B2CA7B: hue angle of 78.23º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2CA7B is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 202 123 -
CMYK 0.12 0 0.39 0.21
HSL 78.23º 0.43% 0.64% -
HSV(B) 78.23º 0.39% 0.79% -
XYZ 43.06 53.14 26.73 -
YUV 185.82 92.55 122.42 -
System Red Green Blue C M Y K H S L
Decimal 178 202 123 0.12 0 0.39 0.21 78.23 0.43 0.64
Hex B2 CA 7B C 0 27 15 4E 2B 40
Octal 262 312 173 14 0 47 25 116 53 100
Binary 10110010 11001010 1111011 1100 0 100111 10101 1001110 101011 1000000

Color Harmonies of #B2CA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA7B

Black with #B2CA7B

Text Example


Text Example

White with #B2CA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA7B; }

 p { color: rgb(178,202,123); }

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

background-color css

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

 a { background-color: rgb(178,202,123); }

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

border-color css

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

 span { border-color: rgb(178,202,123); }

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