Html Css Color HEX #B4C277 Caper

📋 copy color: '#B4C277'

red 180 ◦ green 194 ◦ blue 119

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

Shades of Caper #B4C277

Tints of Caper #B4C277

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.35%

 BLUE value IS 119 (46.88% from 255) = 24.14%

R = 36.51%
G = 39.35%
B = 24.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#B4C277 (or 0xB4C277) is known color: Caper. HEX triplet: B4, C2 and 77. RGB value is (180,194,119). Sum of RGB (Red+Green+Blue) = 180+194+119=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C277 is #4B3D88. Grayscale: #B5B5B5. Windows color (decimal): -4930953 or 7848628. OLE color: 7848628.

HSL color Cylindrical-coordinate representation of color #B4C277: hue angle of 71.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4C277 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 194 119 -
CMYK 0.07 0 0.39 0.24
HSL 71.2º 0.38% 0.61% -
HSV(B) 71.2º 0.39% 0.76% -
XYZ 41.44 49.62 24.85 -
YUV 181.26 92.86 127.1 -
System Red Green Blue C M Y K H S L
Decimal 180 194 119 0.07 0 0.39 0.24 71.2 0.38 0.61
Hex B4 C2 77 7 0 27 18 47 26 3D
Octal 264 302 167 7 0 47 30 107 46 75
Binary 10110100 11000010 1110111 111 0 100111 11000 1000111 100110 111101

Color Harmonies of #B4C277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C277

Black with #B4C277

Text Example


Text Example

White with #B4C277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C277; }

 p { color: rgb(180,194,119); }

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

background-color css

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

 a { background-color: rgb(180,194,119); }

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

border-color css

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

 span { border-color: rgb(180,194,119); }

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