Html Css Color HEX #B4D573 Caper

📋 copy color: '#B4D573'

red 180 ◦ green 213 ◦ blue 115

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

Shades of Caper #B4D573

Tints of Caper #B4D573

RGB

 RED value IS 180 (70.7% from 255) = 35.43%

 GREEN value IS 213 (83.59% from 255) = 41.93%

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

R = 35.43%
G = 41.93%
B = 22.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#B4D573 (or 0xB4D573) is known color: Caper. HEX triplet: B4, D5 and 73. RGB value is (180,213,115). Sum of RGB (Red+Green+Blue) = 180+213+115=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D573 is #4B2A8C. Grayscale: #C0C0C0. Windows color (decimal): -4926093 or 7591348. OLE color: 7591348.

HSL color Cylindrical-coordinate representation of color #B4D573: hue angle of 80.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4D573 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 213 115 -
CMYK 0.15 0 0.46 0.16
HSL 80.2º 0.54% 0.64% -
HSV(B) 80.2º 0.46% 0.84% -
XYZ 45.71 58.53 25.11 -
YUV 191.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 180 213 115 0.15 0 0.46 0.16 80.2 0.54 0.64
Hex B4 D5 73 F 0 2E 10 50 36 40
Octal 264 325 163 17 0 56 20 120 66 100
Binary 10110100 11010101 1110011 1111 0 101110 10000 1010000 110110 1000000

Color Harmonies of #B4D573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D573

Black with #B4D573

Text Example


Text Example

White with #B4D573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D573; }

 p { color: rgb(180,213,115); }

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

background-color css

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

 a { background-color: rgb(180,213,115); }

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

border-color css

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

 span { border-color: rgb(180,213,115); }

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