Html Css Color HEX #B0BD73 Caper

📋 copy color: '#B0BD73'

red 176 ◦ green 189 ◦ blue 115

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

Shades of Caper #B0BD73

Tints of Caper #B0BD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.38%

 BLUE value IS 115 (45.31% from 255) = 23.96%

R = 36.67%
G = 39.38%
B = 23.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#B0BD73 (or 0xB0BD73) is known color: Caper. HEX triplet: B0, BD and 73. RGB value is (176,189,115). Sum of RGB (Red+Green+Blue) = 176+189+115=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BD73 is #4F428C. Grayscale: #B0B0B0. Windows color (decimal): -5194381 or 7585200. OLE color: 7585200.

HSL color Cylindrical-coordinate representation of color #B0BD73: hue angle of 70.54º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0BD73 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 189 115 -
CMYK 0.07 0 0.39 0.26
HSL 70.54º 0.36% 0.6% -
HSV(B) 70.54º 0.39% 0.74% -
XYZ 39.2 46.86 23.2 -
YUV 176.68 93.19 127.52 -
System Red Green Blue C M Y K H S L
Decimal 176 189 115 0.07 0 0.39 0.26 70.54 0.36 0.6
Hex B0 BD 73 7 0 27 1A 47 24 3C
Octal 260 275 163 7 0 47 32 107 44 74
Binary 10110000 10111101 1110011 111 0 100111 11010 1000111 100100 111100

Color Harmonies of #B0BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD73

Black with #B0BD73

Text Example


Text Example

White with #B0BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD73; }

 p { color: rgb(176,189,115); }

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

background-color css

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

 a { background-color: rgb(176,189,115); }

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

border-color css

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

 span { border-color: rgb(176,189,115); }

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