Html Css Color HEX #B2C345 Celery

📋 copy color: '#B2C345'

red 178 ◦ green 195 ◦ blue 69

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

Shades of Celery #B2C345

Tints of Celery #B2C345

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.12%

 BLUE value IS 69 (27.34% from 255) = 15.61%

R = 40.27%
G = 44.12%
B = 15.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#B2C345 (or 0xB2C345) is known color: Celery. HEX triplet: B2, C3 and 45. RGB value is (178,195,69). Sum of RGB (Red+Green+Blue) = 178+195+69=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 69 (27.34% from 255 or 15.61% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C345 is #4D3CBA. Grayscale: #B0B0B0. Windows color (decimal): -5061819 or 4572082. OLE color: 4572082.

HSL color Cylindrical-coordinate representation of color #B2C345: hue angle of 68.1º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2C345 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 195 69 -
CMYK 0.09 0 0.65 0.24
HSL 68.1º 0.51% 0.52% -
HSV(B) 68.1º 0.65% 0.76% -
XYZ 38.95 48.92 13.02 -
YUV 175.55 67.87 129.75 -
System Red Green Blue C M Y K H S L
Decimal 178 195 69 0.09 0 0.65 0.24 68.1 0.51 0.52
Hex B2 C3 45 9 0 41 18 44 33 34
Octal 262 303 105 11 0 101 30 104 63 64
Binary 10110010 11000011 1000101 1001 0 1000001 11000 1000100 110011 110100

Color Harmonies of #B2C345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C345

Black with #B2C345

Text Example


Text Example

White with #B2C345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C345; }

 p { color: rgb(178,195,69); }

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

background-color css

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

 a { background-color: rgb(178,195,69); }

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

border-color css

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

 span { border-color: rgb(178,195,69); }

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