Html Css Color HEX #B0C07B Caper

📋 copy color: '#B0C07B'

red 176 ◦ green 192 ◦ blue 123

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

Shades of Caper #B0C07B

Tints of Caper #B0C07B

RGB

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

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

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

R = 35.85%
G = 39.1%
B = 25.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#B0C07B (or 0xB0C07B) is known color: Caper. HEX triplet: B0, C0 and 7B. RGB value is (176,192,123). Sum of RGB (Red+Green+Blue) = 176+192+123=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C07B is #4F3F84. Grayscale: #B3B3B3. Windows color (decimal): -5193605 or 8110256. OLE color: 8110256.

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

Color convert

RGB 176 192 123 -
CMYK 0.08 0 0.36 0.25
HSL 73.91º 0.35% 0.62% -
HSV(B) 73.91º 0.36% 0.75% -
XYZ 40.33 48.36 25.95 -
YUV 179.35 96.2 125.61 -
System Red Green Blue C M Y K H S L
Decimal 176 192 123 0.08 0 0.36 0.25 73.91 0.35 0.62
Hex B0 C0 7B 8 0 24 19 4A 23 3E
Octal 260 300 173 10 0 44 31 112 43 76
Binary 10110000 11000000 1111011 1000 0 100100 11001 1001010 100011 111110

Color Harmonies of #B0C07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C07B

Black with #B0C07B

Text Example


Text Example

White with #B0C07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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