Html Css Color HEX #B0C67E Caper

📋 copy color: '#B0C67E'

red 176 ◦ green 198 ◦ blue 126

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

Shades of Caper #B0C67E

Tints of Caper #B0C67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.2%

R = 35.2%
G = 39.6%
B = 25.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#B0C67E (or 0xB0C67E) is known color: Caper. HEX triplet: B0, C6 and 7E. RGB value is (176,198,126). Sum of RGB (Red+Green+Blue) = 176+198+126=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C67E is #4F3981. Grayscale: #B7B7B7. Windows color (decimal): -5192066 or 8308400. OLE color: 8308400.

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

Color convert

RGB 176 198 126 -
CMYK 0.11 0 0.36 0.22
HSL 78.33º 0.39% 0.64% -
HSV(B) 78.33º 0.36% 0.78% -
XYZ 41.86 51.12 27.4 -
YUV 183.21 95.71 122.85 -
System Red Green Blue C M Y K H S L
Decimal 176 198 126 0.11 0 0.36 0.22 78.33 0.39 0.64
Hex B0 C6 7E B 0 24 16 4E 27 40
Octal 260 306 176 13 0 44 26 116 47 100
Binary 10110000 11000110 1111110 1011 0 100100 10110 1001110 100111 1000000

Color Harmonies of #B0C67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C67E

Black with #B0C67E

Text Example


Text Example

White with #B0C67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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