Html Css Color HEX #B4BD34 Celery

📋 copy color: '#B4BD34'

red 180 ◦ green 189 ◦ blue 52

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

Shades of Celery #B4BD34

Tints of Celery #B4BD34

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.89%

 BLUE value IS 52 (20.7% from 255) = 12.35%

R = 42.76%
G = 44.89%
B = 12.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#B4BD34 (or 0xB4BD34) is known color: Celery. HEX triplet: B4, BD and 34. RGB value is (180,189,52). Sum of RGB (Red+Green+Blue) = 180+189+52=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BD34 is #4B42CB. Grayscale: #ABABAB. Windows color (decimal): -4932300 or 3456436. OLE color: 3456436.

HSL color Cylindrical-coordinate representation of color #B4BD34: hue angle of 63.94º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4BD34 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 189 52 -
CMYK 0.05 0 0.72 0.26
HSL 63.94º 0.57% 0.47% -
HSV(B) 63.94º 0.72% 0.74% -
XYZ 37.64 46.35 10.21 -
YUV 170.69 61.02 134.64 -
System Red Green Blue C M Y K H S L
Decimal 180 189 52 0.05 0 0.72 0.26 63.94 0.57 0.47
Hex B4 BD 34 5 0 48 1A 40 39 2F
Octal 264 275 64 5 0 110 32 100 71 57
Binary 10110100 10111101 110100 101 0 1001000 11010 1000000 111001 101111

Color Harmonies of #B4BD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD34

Black with #B4BD34

Text Example


Text Example

White with #B4BD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD34; }

 p { color: rgb(180,189,52); }

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

background-color css

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

 a { background-color: rgb(180,189,52); }

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

border-color css

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

 span { border-color: rgb(180,189,52); }

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