Html Css Color HEX #B0C674 Caper

📋 copy color: '#B0C674'

red 176 ◦ green 198 ◦ blue 116

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

Shades of Caper #B0C674

Tints of Caper #B0C674

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.41%

 BLUE value IS 116 (45.7% from 255) = 23.67%

R = 35.92%
G = 40.41%
B = 23.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#B0C674 (or 0xB0C674) is known color: Caper. HEX triplet: B0, C6 and 74. RGB value is (176,198,116). Sum of RGB (Red+Green+Blue) = 176+198+116=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C674 is #4F398B. Grayscale: #B6B6B6. Windows color (decimal): -5192076 or 7653040. OLE color: 7653040.

HSL color Cylindrical-coordinate representation of color #B0C674: hue angle of 76.1º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0C674 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 198 116 -
CMYK 0.11 0 0.41 0.22
HSL 76.1º 0.42% 0.62% -
HSV(B) 76.1º 0.41% 0.78% -
XYZ 41.25 50.88 24.17 -
YUV 182.07 90.71 123.67 -
System Red Green Blue C M Y K H S L
Decimal 176 198 116 0.11 0 0.41 0.22 76.1 0.42 0.62
Hex B0 C6 74 B 0 29 16 4C 2A 3E
Octal 260 306 164 13 0 51 26 114 52 76
Binary 10110000 11000110 1110100 1011 0 101001 10110 1001100 101010 111110

Color Harmonies of #B0C674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C674

Black with #B0C674

Text Example


Text Example

White with #B0C674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C674; }

 p { color: rgb(176,198,116); }

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

background-color css

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

 a { background-color: rgb(176,198,116); }

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

border-color css

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

 span { border-color: rgb(176,198,116); }

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