Html Css Color HEX #BDBE3A Celery

📋 copy color: '#BDBE3A'

red 189 ◦ green 190 ◦ blue 58

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

Shades of Celery #BDBE3A

Tints of Celery #BDBE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.27%

R = 43.25%
G = 43.48%
B = 13.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BDBE3A (or 0xBDBE3A) is known color: Celery. HEX triplet: BD, BE and 3A. RGB value is (189,190,58). Sum of RGB (Red+Green+Blue) = 189+190+58=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE3A is #4241C5. Grayscale: #AFAFAF. Windows color (decimal): -4342214 or 3849917. OLE color: 3849917.

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

Color convert

RGB 189 190 58 -
CMYK 0.01 0 0.69 0.25
HSL 60.45º 0.53% 0.49% -
HSV(B) 60.45º 0.69% 0.75% -
XYZ 40.16 47.95 11.14 -
YUV 174.65 62.17 138.23 -
System Red Green Blue C M Y K H S L
Decimal 189 190 58 0.01 0 0.69 0.25 60.45 0.53 0.49
Hex BD BE 3A 1 0 45 19 3C 35 31
Octal 275 276 72 1 0 105 31 74 65 61
Binary 10111101 10111110 111010 1 0 1000101 11001 111100 110101 110001

Color Harmonies of #BDBE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE3A

Black with #BDBE3A

Text Example


Text Example

White with #BDBE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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