Html Css Color HEX #B6CA4A Celery

📋 copy color: '#B6CA4A'

red 182 ◦ green 202 ◦ blue 74

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

Shades of Celery #B6CA4A

Tints of Celery #B6CA4A

RGB

 RED value IS 182 (71.48% from 255) = 39.74%

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

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

R = 39.74%
G = 44.1%
B = 16.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#B6CA4A (or 0xB6CA4A) is known color: Celery. HEX triplet: B6, CA and 4A. RGB value is (182,202,74). Sum of RGB (Red+Green+Blue) = 182+202+74=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CA4A is #4935B5. Grayscale: #B5B5B5. Windows color (decimal): -4797878 or 4901558. OLE color: 4901558.

HSL color Cylindrical-coordinate representation of color #B6CA4A: hue angle of 69.38º 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 #B6CA4A is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 202 74 -
CMYK 0.10 0 0.63 0.21
HSL 69.38º 0.55% 0.54% -
HSV(B) 69.38º 0.63% 0.79% -
XYZ 41.65 52.68 14.45 -
YUV 181.43 67.37 128.41 -
System Red Green Blue C M Y K H S L
Decimal 182 202 74 0.10 0 0.63 0.21 69.38 0.55 0.54
Hex B6 CA 4A A 0 3F 15 45 37 36
Octal 266 312 112 12 0 77 25 105 67 66
Binary 10110110 11001010 1001010 1010 0 111111 10101 1000101 110111 110110

Color Harmonies of #B6CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CA4A

Black with #B6CA4A

Text Example


Text Example

White with #B6CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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