Html Css Color HEX #B0D07C Caper

📋 copy color: '#B0D07C'

red 176 ◦ green 208 ◦ blue 124

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

Shades of Caper #B0D07C

Tints of Caper #B0D07C

RGB

 RED value IS 176 (69.14% from 255) = 34.65%

 GREEN value IS 208 (81.64% from 255) = 40.94%

 BLUE value IS 124 (48.83% from 255) = 24.41%

R = 34.65%
G = 40.94%
B = 24.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#B0D07C (or 0xB0D07C) is known color: Caper. HEX triplet: B0, D0 and 7C. RGB value is (176,208,124). Sum of RGB (Red+Green+Blue) = 176+208+124=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D07C is #4F2F83. Grayscale: #BDBDBD. Windows color (decimal): -5189508 or 8179888. OLE color: 8179888.

HSL color Cylindrical-coordinate representation of color #B0D07C: hue angle of 82.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0D07C is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 208 124 -
CMYK 0.15 0 0.40 0.18
HSL 82.86º 0.47% 0.65% -
HSV(B) 82.86º 0.4% 0.82% -
XYZ 44.1 55.8 27.51 -
YUV 188.86 91.4 118.83 -
System Red Green Blue C M Y K H S L
Decimal 176 208 124 0.15 0 0.40 0.18 82.86 0.47 0.65
Hex B0 D0 7C F 0 28 12 53 2F 41
Octal 260 320 174 17 0 50 22 123 57 101
Binary 10110000 11010000 1111100 1111 0 101000 10010 1010011 101111 1000001

Color Harmonies of #B0D07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D07C

Black with #B0D07C

Text Example


Text Example

White with #B0D07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D07C; }

 p { color: rgb(176,208,124); }

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

background-color css

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

 a { background-color: rgb(176,208,124); }

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

border-color css

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

 span { border-color: rgb(176,208,124); }

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