Html Css Color HEX #B4CC3E Celery

📋 copy color: '#B4CC3E'

red 180 ◦ green 204 ◦ blue 62

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

Shades of Celery #B4CC3E

Tints of Celery #B4CC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.9%

R = 40.36%
G = 45.74%
B = 13.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#B4CC3E (or 0xB4CC3E) is known color: Celery. HEX triplet: B4, CC and 3E. RGB value is (180,204,62). Sum of RGB (Red+Green+Blue) = 180+204+62=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 62 (24.61% from 255 or 13.90% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CC3E is #4B33C1. Grayscale: #B5B5B5. Windows color (decimal): -4928450 or 4115636. OLE color: 4115636.

HSL color Cylindrical-coordinate representation of color #B4CC3E: hue angle of 70.14º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4CC3E is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 204 62 -
CMYK 0.12 0 0.70 0.2
HSL 70.14º 0.58% 0.52% -
HSV(B) 70.14º 0.7% 0.8% -
XYZ 41.28 53.24 12.66 -
YUV 180.64 61.05 127.55 -
System Red Green Blue C M Y K H S L
Decimal 180 204 62 0.12 0 0.70 0.2 70.14 0.58 0.52
Hex B4 CC 3E C 0 46 14 46 3A 34
Octal 264 314 76 14 0 106 24 106 72 64
Binary 10110100 11001100 111110 1100 0 1000110 10100 1000110 111010 110100

Color Harmonies of #B4CC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CC3E

Black with #B4CC3E

Text Example


Text Example

White with #B4CC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CC3E; }

 p { color: rgb(180,204,62); }

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

background-color css

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

 a { background-color: rgb(180,204,62); }

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

border-color css

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

 span { border-color: rgb(180,204,62); }

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