Html Css Color HEX #B4BF4D Celery

📋 copy color: '#B4BF4D'

red 180 ◦ green 191 ◦ blue 77

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

Shades of Celery #B4BF4D

Tints of Celery #B4BF4D

RGB

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

 GREEN value IS 191 (75% from 255) = 42.63%

 BLUE value IS 77 (30.47% from 255) = 17.19%

R = 40.18%
G = 42.63%
B = 17.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#B4BF4D (or 0xB4BF4D) is known color: Celery. HEX triplet: B4, BF and 4D. RGB value is (180,191,77). Sum of RGB (Red+Green+Blue) = 180+191+77=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF4D is #4B40B2. Grayscale: #AFAFAF. Windows color (decimal): -4931763 or 5095348. OLE color: 5095348.

HSL color Cylindrical-coordinate representation of color #B4BF4D: hue angle of 65.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4BF4D is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 191 77 -
CMYK 0.06 0 0.60 0.25
HSL 65.79º 0.47% 0.53% -
HSV(B) 65.79º 0.6% 0.75% -
XYZ 38.79 47.5 14.15 -
YUV 174.72 72.86 131.77 -
System Red Green Blue C M Y K H S L
Decimal 180 191 77 0.06 0 0.60 0.25 65.79 0.47 0.53
Hex B4 BF 4D 6 0 3C 19 42 2F 35
Octal 264 277 115 6 0 74 31 102 57 65
Binary 10110100 10111111 1001101 110 0 111100 11001 1000010 101111 110101

Color Harmonies of #B4BF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BF4D

Black with #B4BF4D

Text Example


Text Example

White with #B4BF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BF4D; }

 p { color: rgb(180,191,77); }

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

background-color css

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

 a { background-color: rgb(180,191,77); }

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

border-color css

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

 span { border-color: rgb(180,191,77); }

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