Html Css Color HEX #B2B934 Celery

📋 copy color: '#B2B934'

red 178 ◦ green 185 ◦ blue 52

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

Shades of Celery #B2B934

Tints of Celery #B2B934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.53%

R = 42.89%
G = 44.58%
B = 12.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B2B934 (or 0xB2B934) is known color: Celery. HEX triplet: B2, B9 and 34. RGB value is (178,185,52). Sum of RGB (Red+Green+Blue) = 178+185+52=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B934 is #4D46CB. Grayscale: #A8A8A8. Windows color (decimal): -5064396 or 3455410. OLE color: 3455410.

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

Color convert

RGB 178 185 52 -
CMYK 0.04 0 0.72 0.27
HSL 63.16º 0.56% 0.46% -
HSV(B) 63.16º 0.72% 0.73% -
XYZ 36.33 44.41 9.91 -
YUV 167.75 62.68 135.31 -
System Red Green Blue C M Y K H S L
Decimal 178 185 52 0.04 0 0.72 0.27 63.16 0.56 0.46
Hex B2 B9 34 4 0 48 1B 3F 38 2E
Octal 262 271 64 4 0 110 33 77 70 56
Binary 10110010 10111001 110100 100 0 1001000 11011 111111 111000 101110

Color Harmonies of #B2B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B934

Black with #B2B934

Text Example


Text Example

White with #B2B934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B934; }

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

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

background-color css

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

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

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

border-color css

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

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

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