Html Css Color HEX #B4C345 Celery

📋 copy color: '#B4C345'

red 180 ◦ green 195 ◦ blue 69

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

Shades of Celery #B4C345

Tints of Celery #B4C345

RGB

 RED value IS 180 (70.7% from 255) = 40.54%

 GREEN value IS 195 (76.56% from 255) = 43.92%

 BLUE value IS 69 (27.34% from 255) = 15.54%

R = 40.54%
G = 43.92%
B = 15.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#B4C345 (or 0xB4C345) is known color: Celery. HEX triplet: B4, C3 and 45. RGB value is (180,195,69). Sum of RGB (Red+Green+Blue) = 180+195+69=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C345 is #4B3CBA. Grayscale: #B0B0B0. Windows color (decimal): -4930747 or 4572084. OLE color: 4572084.

HSL color Cylindrical-coordinate representation of color #B4C345: hue angle of 67.14º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4C345 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 195 69 -
CMYK 0.08 0 0.65 0.24
HSL 67.14º 0.51% 0.52% -
HSV(B) 67.14º 0.65% 0.76% -
XYZ 39.41 49.16 13.04 -
YUV 176.15 67.53 130.75 -
System Red Green Blue C M Y K H S L
Decimal 180 195 69 0.08 0 0.65 0.24 67.14 0.51 0.52
Hex B4 C3 45 8 0 41 18 43 33 34
Octal 264 303 105 10 0 101 30 103 63 64
Binary 10110100 11000011 1000101 1000 0 1000001 11000 1000011 110011 110100

Color Harmonies of #B4C345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C345

Black with #B4C345

Text Example


Text Example

White with #B4C345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C345; }

 p { color: rgb(180,195,69); }

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

background-color css

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

 a { background-color: rgb(180,195,69); }

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

border-color css

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

 span { border-color: rgb(180,195,69); }

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