Html Css Color HEX #B2C440 Celery

📋 copy color: '#B2C440'

red 178 ◦ green 196 ◦ blue 64

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

Shades of Celery #B2C440

Tints of Celery #B2C440

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.75%

 BLUE value IS 64 (25.39% from 255) = 14.61%

R = 40.64%
G = 44.75%
B = 14.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#B2C440 (or 0xB2C440) is known color: Celery. HEX triplet: B2, C4 and 40. RGB value is (178,196,64). Sum of RGB (Red+Green+Blue) = 178+196+64=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C440 is #4D3BBF. Grayscale: #B0B0B0. Windows color (decimal): -5061568 or 4244658. OLE color: 4244658.

HSL color Cylindrical-coordinate representation of color #B2C440: hue angle of 68.18º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2C440 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 196 64 -
CMYK 0.09 0 0.67 0.23
HSL 68.18º 0.53% 0.51% -
HSV(B) 68.18º 0.67% 0.77% -
XYZ 39.03 49.32 12.31 -
YUV 175.57 65.04 129.73 -
System Red Green Blue C M Y K H S L
Decimal 178 196 64 0.09 0 0.67 0.23 68.18 0.53 0.51
Hex B2 C4 40 9 0 43 17 44 35 33
Octal 262 304 100 11 0 103 27 104 65 63
Binary 10110010 11000100 1000000 1001 0 1000011 10111 1000100 110101 110011

Color Harmonies of #B2C440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C440

Black with #B2C440

Text Example


Text Example

White with #B2C440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C440; }

 p { color: rgb(178,196,64); }

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

background-color css

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

 a { background-color: rgb(178,196,64); }

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

border-color css

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

 span { border-color: rgb(178,196,64); }

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