Html Css Color HEX #B0BF90 Caper

📋 copy color: '#B0BF90'

red 176 ◦ green 191 ◦ blue 144

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

Shades of Caper #B0BF90

Tints of Caper #B0BF90

RGB

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

 GREEN value IS 191 (75% from 255) = 37.38%

 BLUE value IS 144 (56.64% from 255) = 28.18%

R = 34.44%
G = 37.38%
B = 28.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#B0BF90 (or 0xB0BF90) is known color: Caper. HEX triplet: B0, BF and 90. RGB value is (176,191,144). Sum of RGB (Red+Green+Blue) = 176+191+144=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF90 is #4F406F. Grayscale: #B5B5B5. Windows color (decimal): -5193840 or 9486256. OLE color: 9486256.

HSL color Cylindrical-coordinate representation of color #B0BF90: hue angle of 79.15º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0BF90 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 191 144 -
CMYK 0.08 0 0.25 0.25
HSL 79.15º 0.27% 0.66% -
HSV(B) 79.15º 0.25% 0.75% -
XYZ 41.57 48.51 33.56 -
YUV 181.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 176 191 144 0.08 0 0.25 0.25 79.15 0.27 0.66
Hex B0 BF 90 8 0 19 19 4F 1B 42
Octal 260 277 220 10 0 31 31 117 33 102
Binary 10110000 10111111 10010000 1000 0 11001 11001 1001111 11011 1000010

Color Harmonies of #B0BF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF90

Black with #B0BF90

Text Example


Text Example

White with #B0BF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF90; }

 p { color: rgb(176,191,144); }

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

background-color css

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

 a { background-color: rgb(176,191,144); }

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

border-color css

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

 span { border-color: rgb(176,191,144); }

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