Html Css Color HEX #B4CF73 Caper

📋 copy color: '#B4CF73'

red 180 ◦ green 207 ◦ blue 115

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

Shades of Caper #B4CF73

Tints of Caper #B4CF73

RGB

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

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

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

R = 35.86%
G = 41.24%
B = 22.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#B4CF73 (or 0xB4CF73) is known color: Caper. HEX triplet: B4, CF and 73. RGB value is (180,207,115). Sum of RGB (Red+Green+Blue) = 180+207+115=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CF73 is #4B308C. Grayscale: #BCBCBC. Windows color (decimal): -4927629 or 7589812. OLE color: 7589812.

HSL color Cylindrical-coordinate representation of color #B4CF73: hue angle of 77.61º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4CF73 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 207 115 -
CMYK 0.13 0 0.44 0.19
HSL 77.61º 0.49% 0.63% -
HSV(B) 77.61º 0.44% 0.81% -
XYZ 44.23 55.57 24.61 -
YUV 188.44 86.55 121.98 -
System Red Green Blue C M Y K H S L
Decimal 180 207 115 0.13 0 0.44 0.19 77.61 0.49 0.63
Hex B4 CF 73 D 0 2C 13 4E 31 3F
Octal 264 317 163 15 0 54 23 116 61 77
Binary 10110100 11001111 1110011 1101 0 101100 10011 1001110 110001 111111

Color Harmonies of #B4CF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CF73

Black with #B4CF73

Text Example


Text Example

White with #B4CF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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