Html Css Color HEX #B4D074 Caper

📋 copy color: '#B4D074'

red 180 ◦ green 208 ◦ blue 116

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

Shades of Caper #B4D074

Tints of Caper #B4D074

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.27%

 BLUE value IS 116 (45.7% from 255) = 23.02%

R = 35.71%
G = 41.27%
B = 23.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#B4D074 (or 0xB4D074) is known color: Caper. HEX triplet: B4, D0 and 74. RGB value is (180,208,116). Sum of RGB (Red+Green+Blue) = 180+208+116=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D074 is #4B2F8B. Grayscale: #BDBDBD. Windows color (decimal): -4927372 or 7655604. OLE color: 7655604.

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

Color convert

RGB 180 208 116 -
CMYK 0.13 0 0.44 0.18
HSL 78.26º 0.49% 0.64% -
HSV(B) 78.26º 0.44% 0.82% -
XYZ 44.53 56.08 25 -
YUV 189.14 86.72 121.48 -
System Red Green Blue C M Y K H S L
Decimal 180 208 116 0.13 0 0.44 0.18 78.26 0.49 0.64
Hex B4 D0 74 D 0 2C 12 4E 31 40
Octal 264 320 164 15 0 54 22 116 61 100
Binary 10110100 11010000 1110100 1101 0 101100 10010 1001110 110001 1000000

Color Harmonies of #B4D074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D074

Black with #B4D074

Text Example


Text Example

White with #B4D074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D074; }

 p { color: rgb(180,208,116); }

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

background-color css

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

 a { background-color: rgb(180,208,116); }

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

border-color css

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

 span { border-color: rgb(180,208,116); }

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