Html Css Color HEX #B2BA35 Celery

📋 copy color: '#B2BA35'

red 178 ◦ green 186 ◦ blue 53

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

Shades of Celery #B2BA35

Tints of Celery #B2BA35

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.6%

 BLUE value IS 53 (21.09% from 255) = 12.71%

R = 42.69%
G = 44.6%
B = 12.71%

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

#B2BA35 (or 0xB2BA35) is known color: Celery. HEX triplet: B2, BA and 35. RGB value is (178,186,53). Sum of RGB (Red+Green+Blue) = 178+186+53=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BA35 is #4D45CA. Grayscale: #A8A8A8. Windows color (decimal): -5064139 or 3521202. OLE color: 3521202.

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

Color convert

RGB 178 186 53 -
CMYK 0.04 0 0.72 0.27
HSL 63.61º 0.56% 0.47% -
HSV(B) 63.61º 0.72% 0.73% -
XYZ 36.56 44.84 10.1 -
YUV 168.45 62.85 134.81 -
System Red Green Blue C M Y K H S L
Decimal 178 186 53 0.04 0 0.72 0.27 63.61 0.56 0.47
Hex B2 BA 35 4 0 48 1B 40 38 2F
Octal 262 272 65 4 0 110 33 100 70 57
Binary 10110010 10111010 110101 100 0 1001000 11011 1000000 111000 101111

Color Harmonies of #B2BA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA35

Black with #B2BA35

Text Example


Text Example

White with #B2BA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA35; }

 p { color: rgb(178,186,53); }

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

background-color css

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

 a { background-color: rgb(178,186,53); }

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

border-color css

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

 span { border-color: rgb(178,186,53); }

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