Html Css Color HEX #BDBE45 Celery

📋 copy color: '#BDBE45'

red 189 ◦ green 190 ◦ blue 69

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

Shades of Celery #BDBE45

Tints of Celery #BDBE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.4%

R = 42.19%
G = 42.41%
B = 15.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BDBE45 (or 0xBDBE45) is known color: Celery. HEX triplet: BD, BE and 45. RGB value is (189,190,69). Sum of RGB (Red+Green+Blue) = 189+190+69=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE45 is #4241BA. Grayscale: #B0B0B0. Windows color (decimal): -4342203 or 4570813. OLE color: 4570813.

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

Color convert

RGB 189 190 69 -
CMYK 0.01 0 0.64 0.25
HSL 60.5º 0.48% 0.51% -
HSV(B) 60.5º 0.64% 0.75% -
XYZ 40.47 48.08 12.78 -
YUV 175.91 67.67 137.34 -
System Red Green Blue C M Y K H S L
Decimal 189 190 69 0.01 0 0.64 0.25 60.5 0.48 0.51
Hex BD BE 45 1 0 40 19 3C 30 33
Octal 275 276 105 1 0 100 31 74 60 63
Binary 10111101 10111110 1000101 1 0 1000000 11001 111100 110000 110011

Color Harmonies of #BDBE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE45

Black with #BDBE45

Text Example


Text Example

White with #BDBE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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