Html Css Color HEX #B5C04A Celery

📋 copy color: '#B5C04A'

red 181 ◦ green 192 ◦ blue 74

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

Shades of Celery #B5C04A

Tints of Celery #B5C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.95%

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

R = 40.49%
G = 42.95%
B = 16.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#B5C04A (or 0xB5C04A) is known color: Celery. HEX triplet: B5, C0 and 4A. RGB value is (181,192,74). Sum of RGB (Red+Green+Blue) = 181+192+74=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C04A is #4A3FB5. Grayscale: #AFAFAF. Windows color (decimal): -4865974 or 4898997. OLE color: 4898997.

HSL color Cylindrical-coordinate representation of color #B5C04A: hue angle of 65.59º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5C04A is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 192 74 -
CMYK 0.06 0 0.61 0.25
HSL 65.59º 0.48% 0.52% -
HSV(B) 65.59º 0.61% 0.75% -
XYZ 39.14 48.02 13.68 -
YUV 175.26 70.86 132.09 -
System Red Green Blue C M Y K H S L
Decimal 181 192 74 0.06 0 0.61 0.25 65.59 0.48 0.52
Hex B5 C0 4A 6 0 3D 19 42 30 34
Octal 265 300 112 6 0 75 31 102 60 64
Binary 10110101 11000000 1001010 110 0 111101 11001 1000010 110000 110100

Color Harmonies of #B5C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C04A

Black with #B5C04A

Text Example


Text Example

White with #B5C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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