Html Css Color HEX #BDBF4D Celery

📋 copy color: '#BDBF4D'

red 189 ◦ green 191 ◦ blue 77

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

Shades of Celery #BDBF4D

Tints of Celery #BDBF4D

RGB

 RED value IS 189 (74.22% from 255) = 41.36%

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

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

R = 41.36%
G = 41.79%
B = 16.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BDBF4D (or 0xBDBF4D) is known color: Celery. HEX triplet: BD, BF and 4D. RGB value is (189,191,77). Sum of RGB (Red+Green+Blue) = 189+191+77=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF4D is #4240B2. Grayscale: #B1B1B1. Windows color (decimal): -4341939 or 5095357. OLE color: 5095357.

HSL color Cylindrical-coordinate representation of color #BDBF4D: hue angle of 61.05º 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 #BDBF4D is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 191 77 -
CMYK 0.01 0 0.60 0.25
HSL 61.05º 0.47% 0.53% -
HSV(B) 61.05º 0.6% 0.75% -
XYZ 40.96 48.62 14.25 -
YUV 177.41 71.34 136.27 -
System Red Green Blue C M Y K H S L
Decimal 189 191 77 0.01 0 0.60 0.25 61.05 0.47 0.53
Hex BD BF 4D 1 0 3C 19 3D 2F 35
Octal 275 277 115 1 0 74 31 75 57 65
Binary 10111101 10111111 1001101 1 0 111100 11001 111101 101111 110101

Color Harmonies of #BDBF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF4D

Black with #BDBF4D

Text Example


Text Example

White with #BDBF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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