Html Css Color HEX #B0CF7F Caper

📋 copy color: '#B0CF7F'

red 176 ◦ green 207 ◦ blue 127

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

Shades of Caper #B0CF7F

Tints of Caper #B0CF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.9%

R = 34.51%
G = 40.59%
B = 24.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#B0CF7F (or 0xB0CF7F) is known color: Caper. HEX triplet: B0, CF and 7F. RGB value is (176,207,127). Sum of RGB (Red+Green+Blue) = 176+207+127=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF7F is #4F3080. Grayscale: #BCBCBC. Windows color (decimal): -5189761 or 8376240. OLE color: 8376240.

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

Color convert

RGB 176 207 127 -
CMYK 0.15 0 0.39 0.19
HSL 83.25º 0.45% 0.65% -
HSV(B) 83.25º 0.39% 0.81% -
XYZ 44.05 55.39 28.45 -
YUV 188.61 93.23 119 -
System Red Green Blue C M Y K H S L
Decimal 176 207 127 0.15 0 0.39 0.19 83.25 0.45 0.65
Hex B0 CF 7F F 0 27 13 53 2D 41
Octal 260 317 177 17 0 47 23 123 55 101
Binary 10110000 11001111 1111111 1111 0 100111 10011 1010011 101101 1000001

Color Harmonies of #B0CF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF7F

Black with #B0CF7F

Text Example


Text Example

White with #B0CF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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