Html Css Color HEX #BDBE40 Celery

📋 copy color: '#BDBE40'

red 189 ◦ green 190 ◦ blue 64

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

Shades of Celery #BDBE40

Tints of Celery #BDBE40

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.89%

 BLUE value IS 64 (25.39% from 255) = 14.45%

R = 42.66%
G = 42.89%
B = 14.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BDBE40 (or 0xBDBE40) is known color: Celery. HEX triplet: BD, BE and 40. RGB value is (189,190,64). Sum of RGB (Red+Green+Blue) = 189+190+64=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE40 is #4241BF. Grayscale: #AFAFAF. Windows color (decimal): -4342208 or 4243133. OLE color: 4243133.

HSL color Cylindrical-coordinate representation of color #BDBE40: hue angle of 60.48º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDBE40 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 190 64 -
CMYK 0.01 0 0.66 0.25
HSL 60.48º 0.5% 0.5% -
HSV(B) 60.48º 0.66% 0.75% -
XYZ 40.33 48.02 11.99 -
YUV 175.34 65.17 137.75 -
System Red Green Blue C M Y K H S L
Decimal 189 190 64 0.01 0 0.66 0.25 60.48 0.5 0.5
Hex BD BE 40 1 0 42 19 3C 32 32
Octal 275 276 100 1 0 102 31 74 62 62
Binary 10111101 10111110 1000000 1 0 1000010 11001 111100 110010 110010

Color Harmonies of #BDBE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE40

Black with #BDBE40

Text Example


Text Example

White with #BDBE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE40; }

 p { color: rgb(189,190,64); }

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

background-color css

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

 a { background-color: rgb(189,190,64); }

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

border-color css

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

 span { border-color: rgb(189,190,64); }

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