Html Css Color HEX #B0D274 Caper

📋 copy color: '#B0D274'

red 176 ◦ green 210 ◦ blue 116

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

Shades of Caper #B0D274

Tints of Caper #B0D274

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.83%

 BLUE value IS 116 (45.7% from 255) = 23.11%

R = 35.06%
G = 41.83%
B = 23.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#B0D274 (or 0xB0D274) is known color: Caper. HEX triplet: B0, D2 and 74. RGB value is (176,210,116). Sum of RGB (Red+Green+Blue) = 176+210+116=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D274 is #4F2D8B. Grayscale: #BDBDBD. Windows color (decimal): -5189004 or 7656112. OLE color: 7656112.

HSL color Cylindrical-coordinate representation of color #B0D274: hue angle of 81.7º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0D274 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 210 116 -
CMYK 0.16 0 0.45 0.18
HSL 81.7º 0.51% 0.64% -
HSV(B) 81.7º 0.45% 0.82% -
XYZ 44.1 56.58 25.12 -
YUV 189.12 86.74 118.64 -
System Red Green Blue C M Y K H S L
Decimal 176 210 116 0.16 0 0.45 0.18 81.7 0.51 0.64
Hex B0 D2 74 10 0 2D 12 52 33 40
Octal 260 322 164 20 0 55 22 122 63 100
Binary 10110000 11010010 1110100 10000 0 101101 10010 1010010 110011 1000000

Color Harmonies of #B0D274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D274

Black with #B0D274

Text Example


Text Example

White with #B0D274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D274; }

 p { color: rgb(176,210,116); }

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

background-color css

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

 a { background-color: rgb(176,210,116); }

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

border-color css

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

 span { border-color: rgb(176,210,116); }

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