Html Css Color HEX #B2CD4A Celery

📋 copy color: '#B2CD4A'

red 178 ◦ green 205 ◦ blue 74

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

Shades of Celery #B2CD4A

Tints of Celery #B2CD4A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.86%

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

R = 38.95%
G = 44.86%
B = 16.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#B2CD4A (or 0xB2CD4A) is known color: Celery. HEX triplet: B2, CD and 4A. RGB value is (178,205,74). Sum of RGB (Red+Green+Blue) = 178+205+74=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CD4A is #4D32B5. Grayscale: #B6B6B6. Windows color (decimal): -5059254 or 4902322. OLE color: 4902322.

HSL color Cylindrical-coordinate representation of color #B2CD4A: hue angle of 72.37º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2CD4A is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 205 74 -
CMYK 0.13 0 0.64 0.20
HSL 72.37º 0.57% 0.55% -
HSV(B) 72.37º 0.64% 0.8% -
XYZ 41.43 53.62 14.65 -
YUV 181.99 67.05 125.15 -
System Red Green Blue C M Y K H S L
Decimal 178 205 74 0.13 0 0.64 0.20 72.37 0.57 0.55
Hex B2 CD 4A D 0 40 14 48 39 37
Octal 262 315 112 15 0 100 24 110 71 67
Binary 10110010 11001101 1001010 1101 0 1000000 10100 1001000 111001 110111

Color Harmonies of #B2CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CD4A

Black with #B2CD4A

Text Example


Text Example

White with #B2CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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