Html Css Color HEX #BDC54B Celery

📋 copy color: '#BDC54B'

red 189 ◦ green 197 ◦ blue 75

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

Shades of Celery #BDC54B

Tints of Celery #BDC54B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.73%

 BLUE value IS 75 (29.69% from 255) = 16.27%

R = 41%
G = 42.73%
B = 16.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#BDC54B (or 0xBDC54B) is known color: Celery. HEX triplet: BD, C5 and 4B. RGB value is (189,197,75). Sum of RGB (Red+Green+Blue) = 189+197+75=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC54B is #423AB4. Grayscale: #B5B5B5. Windows color (decimal): -4340405 or 4965821. OLE color: 4965821.

HSL color Cylindrical-coordinate representation of color #BDC54B: hue angle of 63.93º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDC54B is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 75 -
CMYK 0.04 0 0.62 0.23
HSL 63.93º 0.51% 0.53% -
HSV(B) 63.93º 0.62% 0.77% -
XYZ 42.22 51.26 14.33 -
YUV 180.7 68.35 133.92 -
System Red Green Blue C M Y K H S L
Decimal 189 197 75 0.04 0 0.62 0.23 63.93 0.51 0.53
Hex BD C5 4B 4 0 3E 17 40 33 35
Octal 275 305 113 4 0 76 27 100 63 65
Binary 10111101 11000101 1001011 100 0 111110 10111 1000000 110011 110101

Color Harmonies of #BDC54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC54B

Black with #BDC54B

Text Example


Text Example

White with #BDC54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC54B; }

 p { color: rgb(189,197,75); }

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

background-color css

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

 a { background-color: rgb(189,197,75); }

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

border-color css

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

 span { border-color: rgb(189,197,75); }

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