Html Css Color HEX #B2BA3D Celery

📋 copy color: '#B2BA3D'

red 178 ◦ green 186 ◦ blue 61

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

Shades of Celery #B2BA3D

Tints of Celery #B2BA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.35%

R = 41.88%
G = 43.76%
B = 14.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B2BA3D (or 0xB2BA3D) is known color: Celery. HEX triplet: B2, BA and 3D. RGB value is (178,186,61). Sum of RGB (Red+Green+Blue) = 178+186+61=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BA3D is #4D45C2. Grayscale: #A9A9A9. Windows color (decimal): -5064131 or 4045490. OLE color: 4045490.

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

Color convert

RGB 178 186 61 -
CMYK 0.04 0 0.67 0.27
HSL 63.84º 0.51% 0.48% -
HSV(B) 63.84º 0.67% 0.73% -
XYZ 36.76 44.92 11.15 -
YUV 169.36 66.85 134.16 -
System Red Green Blue C M Y K H S L
Decimal 178 186 61 0.04 0 0.67 0.27 63.84 0.51 0.48
Hex B2 BA 3D 4 0 43 1B 40 33 30
Octal 262 272 75 4 0 103 33 100 63 60
Binary 10110010 10111010 111101 100 0 1000011 11011 1000000 110011 110000

Color Harmonies of #B2BA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA3D

Black with #B2BA3D

Text Example


Text Example

White with #B2BA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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