Html Css Color HEX #B2CA4D Celery

📋 copy color: '#B2CA4D'

red 178 ◦ green 202 ◦ blue 77

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

Shades of Celery #B2CA4D

Tints of Celery #B2CA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.85%

R = 38.95%
G = 44.2%
B = 16.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#B2CA4D (or 0xB2CA4D) is known color: Celery. HEX triplet: B2, CA and 4D. RGB value is (178,202,77). Sum of RGB (Red+Green+Blue) = 178+202+77=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA4D is #4D35B2. Grayscale: #B5B5B5. Windows color (decimal): -5060019 or 5098162. OLE color: 5098162.

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

Color convert

RGB 178 202 77 -
CMYK 0.12 0 0.62 0.21
HSL 71.52º 0.54% 0.55% -
HSV(B) 71.52º 0.62% 0.79% -
XYZ 40.82 52.24 14.95 -
YUV 180.57 69.55 126.16 -
System Red Green Blue C M Y K H S L
Decimal 178 202 77 0.12 0 0.62 0.21 71.52 0.54 0.55
Hex B2 CA 4D C 0 3E 15 48 36 37
Octal 262 312 115 14 0 76 25 110 66 67
Binary 10110010 11001010 1001101 1100 0 111110 10101 1001000 110110 110111

Color Harmonies of #B2CA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA4D

Black with #B2CA4D

Text Example


Text Example

White with #B2CA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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