Html Css Color HEX #B2B94E Celery

📋 copy color: '#B2B94E'

red 178 ◦ green 185 ◦ blue 78

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

Shades of Celery #B2B94E

Tints of Celery #B2B94E

RGB

 RED value IS 178 (69.92% from 255) = 40.36%

 GREEN value IS 185 (72.66% from 255) = 41.95%

 BLUE value IS 78 (30.86% from 255) = 17.69%

R = 40.36%
G = 41.95%
B = 17.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B2B94E (or 0xB2B94E) is known color: Celery. HEX triplet: B2, B9 and 4E. RGB value is (178,185,78). Sum of RGB (Red+Green+Blue) = 178+185+78=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B94E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B94E is #4D46B1. Grayscale: #ABABAB. Windows color (decimal): -5064370 or 5159346. OLE color: 5159346.

HSL color Cylindrical-coordinate representation of color #B2B94E: hue angle of 63.93º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2B94E is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 78 -
CMYK 0.04 0 0.58 0.27
HSL 63.93º 0.43% 0.52% -
HSV(B) 63.93º 0.58% 0.73% -
XYZ 37.08 44.71 13.88 -
YUV 170.71 75.68 133.2 -
System Red Green Blue C M Y K H S L
Decimal 178 185 78 0.04 0 0.58 0.27 63.93 0.43 0.52
Hex B2 B9 4E 4 0 3A 1B 40 2B 34
Octal 262 271 116 4 0 72 33 100 53 64
Binary 10110010 10111001 1001110 100 0 111010 11011 1000000 101011 110100

Color Harmonies of #B2B94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B94E

Black with #B2B94E

Text Example


Text Example

White with #B2B94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B94E; }

 p { color: rgb(178,185,78); }

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

background-color css

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

 a { background-color: rgb(178,185,78); }

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

border-color css

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

 span { border-color: rgb(178,185,78); }

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