Html Css Color HEX #B2CA4A Celery

📋 copy color: '#B2CA4A'

red 178 ◦ green 202 ◦ blue 74

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

Shades of Celery #B2CA4A

Tints of Celery #B2CA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.3%

R = 39.21%
G = 44.49%
B = 16.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#B2CA4A (or 0xB2CA4A) is known color: Celery. HEX triplet: B2, CA and 4A. RGB value is (178,202,74). Sum of RGB (Red+Green+Blue) = 178+202+74=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CA4A is #4D35B5. Grayscale: #B4B4B4. Windows color (decimal): -5060022 or 4901554. OLE color: 4901554.

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

Color convert

RGB 178 202 74 -
CMYK 0.12 0 0.63 0.21
HSL 71.25º 0.55% 0.54% -
HSV(B) 71.25º 0.63% 0.79% -
XYZ 40.72 52.2 14.41 -
YUV 180.23 68.05 126.41 -
System Red Green Blue C M Y K H S L
Decimal 178 202 74 0.12 0 0.63 0.21 71.25 0.55 0.54
Hex B2 CA 4A C 0 3F 15 47 37 36
Octal 262 312 112 14 0 77 25 107 67 66
Binary 10110010 11001010 1001010 1100 0 111111 10101 1000111 110111 110110

Color Harmonies of #B2CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA4A

Black with #B2CA4A

Text Example


Text Example

White with #B2CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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