Html Css Color HEX #B0CF7A Caper

📋 copy color: '#B0CF7A'

red 176 ◦ green 207 ◦ blue 122

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

Shades of Caper #B0CF7A

Tints of Caper #B0CF7A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.99%

 BLUE value IS 122 (48.05% from 255) = 24.16%

R = 34.85%
G = 40.99%
B = 24.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#B0CF7A (or 0xB0CF7A) is known color: Caper. HEX triplet: B0, CF and 7A. RGB value is (176,207,122). Sum of RGB (Red+Green+Blue) = 176+207+122=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF7A is #4F3085. Grayscale: #BCBCBC. Windows color (decimal): -5189766 or 8048560. OLE color: 8048560.

HSL color Cylindrical-coordinate representation of color #B0CF7A: hue angle of 81.88º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0CF7A is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 207 122 -
CMYK 0.15 0 0.41 0.19
HSL 81.88º 0.47% 0.65% -
HSV(B) 81.88º 0.41% 0.81% -
XYZ 43.73 55.26 26.77 -
YUV 188.04 90.73 119.41 -
System Red Green Blue C M Y K H S L
Decimal 176 207 122 0.15 0 0.41 0.19 81.88 0.47 0.65
Hex B0 CF 7A F 0 29 13 52 2F 41
Octal 260 317 172 17 0 51 23 122 57 101
Binary 10110000 11001111 1111010 1111 0 101001 10011 1010010 101111 1000001

Color Harmonies of #B0CF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF7A

Black with #B0CF7A

Text Example


Text Example

White with #B0CF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF7A; }

 p { color: rgb(176,207,122); }

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

background-color css

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

 a { background-color: rgb(176,207,122); }

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

border-color css

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

 span { border-color: rgb(176,207,122); }

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