Html Css Color HEX #B2CA40 Celery

📋 copy color: '#B2CA40'

red 178 ◦ green 202 ◦ blue 64

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

Shades of Celery #B2CA40

Tints of Celery #B2CA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.5%

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

R = 40.09%
G = 45.5%
B = 14.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#B2CA40 (or 0xB2CA40) is known color: Celery. HEX triplet: B2, CA and 40. RGB value is (178,202,64). Sum of RGB (Red+Green+Blue) = 178+202+64=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CA40 is #4D35BF. Grayscale: #B3B3B3. Windows color (decimal): -5060032 or 4246194. OLE color: 4246194.

HSL color Cylindrical-coordinate representation of color #B2CA40: hue angle of 70.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2CA40 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 202 64 -
CMYK 0.12 0 0.68 0.21
HSL 70.43º 0.57% 0.52% -
HSV(B) 70.43º 0.68% 0.79% -
XYZ 40.41 52.08 12.77 -
YUV 179.09 63.05 127.22 -
System Red Green Blue C M Y K H S L
Decimal 178 202 64 0.12 0 0.68 0.21 70.43 0.57 0.52
Hex B2 CA 40 C 0 44 15 46 39 34
Octal 262 312 100 14 0 104 25 106 71 64
Binary 10110010 11001010 1000000 1100 0 1000100 10101 1000110 111001 110100

Color Harmonies of #B2CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA40

Black with #B2CA40

Text Example


Text Example

White with #B2CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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