Html Css Color HEX #B5CC4A Celery

📋 copy color: '#B5CC4A'

red 181 ◦ green 204 ◦ blue 74

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

Shades of Celery #B5CC4A

Tints of Celery #B5CC4A

RGB

 RED value IS 181 (71.09% from 255) = 39.43%

 GREEN value IS 204 (80.08% from 255) = 44.44%

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

R = 39.43%
G = 44.44%
B = 16.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#B5CC4A (or 0xB5CC4A) is known color: Celery. HEX triplet: B5, CC and 4A. RGB value is (181,204,74). Sum of RGB (Red+Green+Blue) = 181+204+74=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CC4A is #4A33B5. Grayscale: #B6B6B6. Windows color (decimal): -4862902 or 4902069. OLE color: 4902069.

HSL color Cylindrical-coordinate representation of color #B5CC4A: hue angle of 70.62º degrees, saturation: 0.56, 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 #B5CC4A is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 204 74 -
CMYK 0.11 0 0.64 0.2
HSL 70.62º 0.56% 0.55% -
HSV(B) 70.62º 0.64% 0.8% -
XYZ 41.88 53.5 14.6 -
YUV 182.3 66.88 127.07 -
System Red Green Blue C M Y K H S L
Decimal 181 204 74 0.11 0 0.64 0.2 70.62 0.56 0.55
Hex B5 CC 4A B 0 40 14 47 38 37
Octal 265 314 112 13 0 100 24 107 70 67
Binary 10110101 11001100 1001010 1011 0 1000000 10100 1000111 111000 110111

Color Harmonies of #B5CC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CC4A

Black with #B5CC4A

Text Example


Text Example

White with #B5CC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CC4A; }

 p { color: rgb(181,204,74); }

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

background-color css

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

 a { background-color: rgb(181,204,74); }

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

border-color css

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

 span { border-color: rgb(181,204,74); }

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