Html Css Color HEX #B4CE8A Caper

📋 copy color: '#B4CE8A'

red 180 ◦ green 206 ◦ blue 138

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

Shades of Caper #B4CE8A

Tints of Caper #B4CE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.34%

R = 34.35%
G = 39.31%
B = 26.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#B4CE8A (or 0xB4CE8A) is known color: Caper. HEX triplet: B4, CE and 8A. RGB value is (180,206,138). Sum of RGB (Red+Green+Blue) = 180+206+138=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CE8A is #4B3175. Grayscale: #BEBEBE. Windows color (decimal): -4927862 or 9096884. OLE color: 9096884.

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

Color convert

RGB 180 206 138 -
CMYK 0.13 0 0.33 0.19
HSL 82.94º 0.41% 0.67% -
HSV(B) 82.94º 0.33% 0.81% -
XYZ 45.48 55.68 32.4 -
YUV 190.47 98.39 120.53 -
System Red Green Blue C M Y K H S L
Decimal 180 206 138 0.13 0 0.33 0.19 82.94 0.41 0.67
Hex B4 CE 8A D 0 21 13 53 29 43
Octal 264 316 212 15 0 41 23 123 51 103
Binary 10110100 11001110 10001010 1101 0 100001 10011 1010011 101001 1000011

Color Harmonies of #B4CE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CE8A

Black with #B4CE8A

Text Example


Text Example

White with #B4CE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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