Html Css Color HEX #B4CE7A Caper

📋 copy color: '#B4CE7A'

red 180 ◦ green 206 ◦ blue 122

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

Shades of Caper #B4CE7A

Tints of Caper #B4CE7A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.55%

 BLUE value IS 122 (48.05% from 255) = 24.02%

R = 35.43%
G = 40.55%
B = 24.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#B4CE7A (or 0xB4CE7A) is known color: Caper. HEX triplet: B4, CE and 7A. RGB value is (180,206,122). Sum of RGB (Red+Green+Blue) = 180+206+122=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CE7A is #4B3185. Grayscale: #BCBCBC. Windows color (decimal): -4927878 or 8048308. OLE color: 8048308.

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

Color convert

RGB 180 206 122 -
CMYK 0.13 0 0.41 0.19
HSL 78.57º 0.46% 0.64% -
HSV(B) 78.57º 0.41% 0.81% -
XYZ 44.41 55.25 26.74 -
YUV 188.65 90.39 121.83 -
System Red Green Blue C M Y K H S L
Decimal 180 206 122 0.13 0 0.41 0.19 78.57 0.46 0.64
Hex B4 CE 7A D 0 29 13 4F 2E 40
Octal 264 316 172 15 0 51 23 117 56 100
Binary 10110100 11001110 1111010 1101 0 101001 10011 1001111 101110 1000000

Color Harmonies of #B4CE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CE7A

Black with #B4CE7A

Text Example


Text Example

White with #B4CE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CE7A; }

 p { color: rgb(180,206,122); }

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

background-color css

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

 a { background-color: rgb(180,206,122); }

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

border-color css

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

 span { border-color: rgb(180,206,122); }

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