Html Css Color HEX #B0CF75 Caper

📋 copy color: '#B0CF75'

red 176 ◦ green 207 ◦ blue 117

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

Shades of Caper #B0CF75

Tints of Caper #B0CF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.4%

R = 35.2%
G = 41.4%
B = 23.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#B0CF75 (or 0xB0CF75) is known color: Caper. HEX triplet: B0, CF and 75. RGB value is (176,207,117). Sum of RGB (Red+Green+Blue) = 176+207+117=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF75 is #4F308A. Grayscale: #BBBBBB. Windows color (decimal): -5189771 or 7720880. OLE color: 7720880.

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

Color convert

RGB 176 207 117 -
CMYK 0.15 0 0.43 0.19
HSL 80.67º 0.48% 0.64% -
HSV(B) 80.67º 0.43% 0.81% -
XYZ 43.43 55.14 25.18 -
YUV 187.47 88.23 119.82 -
System Red Green Blue C M Y K H S L
Decimal 176 207 117 0.15 0 0.43 0.19 80.67 0.48 0.64
Hex B0 CF 75 F 0 2B 13 51 30 40
Octal 260 317 165 17 0 53 23 121 60 100
Binary 10110000 11001111 1110101 1111 0 101011 10011 1010001 110000 1000000

Color Harmonies of #B0CF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF75

Black with #B0CF75

Text Example


Text Example

White with #B0CF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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