Html Css Color HEX #B2C046 Celery

📋 copy color: '#B2C046'

red 178 ◦ green 192 ◦ blue 70

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

Shades of Celery #B2C046

Tints of Celery #B2C046

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.64%

 BLUE value IS 70 (27.73% from 255) = 15.91%

R = 40.45%
G = 43.64%
B = 15.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#B2C046 (or 0xB2C046) is known color: Celery. HEX triplet: B2, C0 and 46. RGB value is (178,192,70). Sum of RGB (Red+Green+Blue) = 178+192+70=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C046 is #4D3FB9. Grayscale: #AEAEAE. Windows color (decimal): -5062586 or 4636850. OLE color: 4636850.

HSL color Cylindrical-coordinate representation of color #B2C046: hue angle of 66.89º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2C046 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 70 -
CMYK 0.07 0 0.64 0.25
HSL 66.89º 0.49% 0.51% -
HSV(B) 66.89º 0.64% 0.75% -
XYZ 38.32 47.61 12.96 -
YUV 173.91 69.36 130.92 -
System Red Green Blue C M Y K H S L
Decimal 178 192 70 0.07 0 0.64 0.25 66.89 0.49 0.51
Hex B2 C0 46 7 0 40 19 43 31 33
Octal 262 300 106 7 0 100 31 103 61 63
Binary 10110010 11000000 1000110 111 0 1000000 11001 1000011 110001 110011

Color Harmonies of #B2C046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C046

Black with #B2C046

Text Example


Text Example

White with #B2C046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C046; }

 p { color: rgb(178,192,70); }

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

background-color css

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

 a { background-color: rgb(178,192,70); }

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

border-color css

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

 span { border-color: rgb(178,192,70); }

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