Html Css Color HEX #B2D073 Caper

📋 copy color: '#B2D073'

red 178 ◦ green 208 ◦ blue 115

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

Shades of Caper #B2D073

Tints of Caper #B2D073

RGB

 RED value IS 178 (69.92% from 255) = 35.53%

 GREEN value IS 208 (81.64% from 255) = 41.52%

 BLUE value IS 115 (45.31% from 255) = 22.95%

R = 35.53%
G = 41.52%
B = 22.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#B2D073 (or 0xB2D073) is known color: Caper. HEX triplet: B2, D0 and 73. RGB value is (178,208,115). Sum of RGB (Red+Green+Blue) = 178+208+115=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D073 is #4D2F8C. Grayscale: #BCBCBC. Windows color (decimal): -5058445 or 7590066. OLE color: 7590066.

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

Color convert

RGB 178 208 115 -
CMYK 0.14 0 0.45 0.18
HSL 79.35º 0.5% 0.63% -
HSV(B) 79.35º 0.45% 0.82% -
XYZ 44.01 55.81 24.67 -
YUV 188.43 86.56 120.56 -
System Red Green Blue C M Y K H S L
Decimal 178 208 115 0.14 0 0.45 0.18 79.35 0.5 0.63
Hex B2 D0 73 E 0 2D 12 4F 32 3F
Octal 262 320 163 16 0 55 22 117 62 77
Binary 10110010 11010000 1110011 1110 0 101101 10010 1001111 110010 111111

Color Harmonies of #B2D073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D073

Black with #B2D073

Text Example


Text Example

White with #B2D073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D073; }

 p { color: rgb(178,208,115); }

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

background-color css

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

 a { background-color: rgb(178,208,115); }

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

border-color css

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

 span { border-color: rgb(178,208,115); }

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