Html Css Color HEX #BDC053 Celery

📋 copy color: '#BDC053'

red 189 ◦ green 192 ◦ blue 83

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

Shades of Celery #BDC053

Tints of Celery #BDC053

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.38%

 BLUE value IS 83 (32.81% from 255) = 17.89%

R = 40.73%
G = 41.38%
B = 17.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BDC053 (or 0xBDC053) is known color: Celery. HEX triplet: BD, C0 and 53. RGB value is (189,192,83). Sum of RGB (Red+Green+Blue) = 189+192+83=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC053 is #423FAC. Grayscale: #B3B3B3. Windows color (decimal): -4341677 or 5488829. OLE color: 5488829.

HSL color Cylindrical-coordinate representation of color #BDC053: hue angle of 61.65º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDC053 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 83 -
CMYK 0.02 0 0.57 0.25
HSL 61.65º 0.46% 0.54% -
HSV(B) 61.65º 0.57% 0.75% -
XYZ 41.4 49.14 15.49 -
YUV 178.68 74.01 135.36 -
System Red Green Blue C M Y K H S L
Decimal 189 192 83 0.02 0 0.57 0.25 61.65 0.46 0.54
Hex BD C0 53 2 0 39 19 3E 2E 36
Octal 275 300 123 2 0 71 31 76 56 66
Binary 10111101 11000000 1010011 10 0 111001 11001 111110 101110 110110

Color Harmonies of #BDC053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC053

Black with #BDC053

Text Example


Text Example

White with #BDC053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC053; }

 p { color: rgb(189,192,83); }

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

background-color css

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

 a { background-color: rgb(189,192,83); }

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

border-color css

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

 span { border-color: rgb(189,192,83); }

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