Html Css Color HEX #B1BD78 Caper

📋 copy color: '#B1BD78'

red 177 ◦ green 189 ◦ blue 120

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

Shades of Caper #B1BD78

Tints of Caper #B1BD78

RGB

 RED value IS 177 (69.53% from 255) = 36.42%

 GREEN value IS 189 (74.22% from 255) = 38.89%

 BLUE value IS 120 (47.27% from 255) = 24.69%

R = 36.42%
G = 38.89%
B = 24.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#B1BD78 (or 0xB1BD78) is known color: Caper. HEX triplet: B1, BD and 78. RGB value is (177,189,120). Sum of RGB (Red+Green+Blue) = 177+189+120=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BD78 is #4E4287. Grayscale: #B1B1B1. Windows color (decimal): -5128840 or 7912881. OLE color: 7912881.

HSL color Cylindrical-coordinate representation of color #B1BD78: hue angle of 70.43º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1BD78 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 189 120 -
CMYK 0.06 0 0.37 0.26
HSL 70.43º 0.34% 0.61% -
HSV(B) 70.43º 0.37% 0.74% -
XYZ 39.72 47.1 24.77 -
YUV 177.55 95.52 127.61 -
System Red Green Blue C M Y K H S L
Decimal 177 189 120 0.06 0 0.37 0.26 70.43 0.34 0.61
Hex B1 BD 78 6 0 25 1A 46 22 3D
Octal 261 275 170 6 0 45 32 106 42 75
Binary 10110001 10111101 1111000 110 0 100101 11010 1000110 100010 111101

Color Harmonies of #B1BD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BD78

Black with #B1BD78

Text Example


Text Example

White with #B1BD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BD78; }

 p { color: rgb(177,189,120); }

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

background-color css

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

 a { background-color: rgb(177,189,120); }

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

border-color css

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

 span { border-color: rgb(177,189,120); }

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