Html Css Color HEX #B2CF6E Caper

📋 copy color: '#B2CF6E'

red 178 ◦ green 207 ◦ blue 110

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

Shades of Caper #B2CF6E

Tints of Caper #B2CF6E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.82%

 BLUE value IS 110 (43.36% from 255) = 22.22%

R = 35.96%
G = 41.82%
B = 22.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#B2CF6E (or 0xB2CF6E) is known color: Caper. HEX triplet: B2, CF and 6E. RGB value is (178,207,110). Sum of RGB (Red+Green+Blue) = 178+207+110=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CF6E is #4D3091. Grayscale: #BBBBBB. Windows color (decimal): -5058706 or 7262130. OLE color: 7262130.

HSL color Cylindrical-coordinate representation of color #B2CF6E: hue angle of 77.94º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2CF6E is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 207 110 -
CMYK 0.14 0 0.47 0.19
HSL 77.94º 0.5% 0.62% -
HSV(B) 77.94º 0.47% 0.81% -
XYZ 43.49 55.22 23.12 -
YUV 187.27 84.39 121.39 -
System Red Green Blue C M Y K H S L
Decimal 178 207 110 0.14 0 0.47 0.19 77.94 0.5 0.62
Hex B2 CF 6E E 0 2F 13 4E 32 3E
Octal 262 317 156 16 0 57 23 116 62 76
Binary 10110010 11001111 1101110 1110 0 101111 10011 1001110 110010 111110

Color Harmonies of #B2CF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CF6E

Black with #B2CF6E

Text Example


Text Example

White with #B2CF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CF6E; }

 p { color: rgb(178,207,110); }

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

background-color css

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

 a { background-color: rgb(178,207,110); }

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

border-color css

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

 span { border-color: rgb(178,207,110); }

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