Html Css Color HEX #B0C07D Caper

📋 copy color: '#B0C07D'

red 176 ◦ green 192 ◦ blue 125

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

Shades of Caper #B0C07D

Tints of Caper #B0C07D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.95%

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

R = 35.7%
G = 38.95%
B = 25.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#B0C07D (or 0xB0C07D) is known color: Caper. HEX triplet: B0, C0 and 7D. RGB value is (176,192,125). Sum of RGB (Red+Green+Blue) = 176+192+125=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C07D is #4F3F82. Grayscale: #B3B3B3. Windows color (decimal): -5193603 or 8241328. OLE color: 8241328.

HSL color Cylindrical-coordinate representation of color #B0C07D: hue angle of 74.33º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0C07D is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 192 125 -
CMYK 0.08 0 0.35 0.25
HSL 74.33º 0.35% 0.62% -
HSV(B) 74.33º 0.35% 0.75% -
XYZ 40.46 48.41 26.61 -
YUV 179.58 97.2 125.45 -
System Red Green Blue C M Y K H S L
Decimal 176 192 125 0.08 0 0.35 0.25 74.33 0.35 0.62
Hex B0 C0 7D 8 0 23 19 4A 23 3E
Octal 260 300 175 10 0 43 31 112 43 76
Binary 10110000 11000000 1111101 1000 0 100011 11001 1001010 100011 111110

Color Harmonies of #B0C07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C07D

Black with #B0C07D

Text Example


Text Example

White with #B0C07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C07D; }

 p { color: rgb(176,192,125); }

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

background-color css

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

 a { background-color: rgb(176,192,125); }

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

border-color css

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

 span { border-color: rgb(176,192,125); }

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