Html Css Color HEX #B2B93C Celery

📋 copy color: '#B2B93C'

red 178 ◦ green 185 ◦ blue 60

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

Shades of Celery #B2B93C

Tints of Celery #B2B93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.18%

R = 42.08%
G = 43.74%
B = 14.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B2B93C (or 0xB2B93C) is known color: Celery. HEX triplet: B2, B9 and 3C. RGB value is (178,185,60). Sum of RGB (Red+Green+Blue) = 178+185+60=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B93C is #4D46C3. Grayscale: #A9A9A9. Windows color (decimal): -5064388 or 3979698. OLE color: 3979698.

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

Color convert

RGB 178 185 60 -
CMYK 0.04 0 0.68 0.27
HSL 63.36º 0.51% 0.48% -
HSV(B) 63.36º 0.68% 0.73% -
XYZ 36.52 44.49 10.94 -
YUV 168.66 66.68 134.66 -
System Red Green Blue C M Y K H S L
Decimal 178 185 60 0.04 0 0.68 0.27 63.36 0.51 0.48
Hex B2 B9 3C 4 0 44 1B 3F 33 30
Octal 262 271 74 4 0 104 33 77 63 60
Binary 10110010 10111001 111100 100 0 1000100 11011 111111 110011 110000

Color Harmonies of #B2B93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B93C

Black with #B2B93C

Text Example


Text Example

White with #B2B93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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