Html Css Color HEX #BDC23C Celery

📋 copy color: '#BDC23C'

red 189 ◦ green 194 ◦ blue 60

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

Shades of Celery #BDC23C

Tints of Celery #BDC23C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.79%

 BLUE value IS 60 (23.83% from 255) = 13.54%

R = 42.66%
G = 43.79%
B = 13.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#BDC23C (or 0xBDC23C) is known color: Celery. HEX triplet: BD, C2 and 3C. RGB value is (189,194,60). Sum of RGB (Red+Green+Blue) = 189+194+60=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC23C is #423DC3. Grayscale: #B1B1B1. Windows color (decimal): -4341188 or 3982013. OLE color: 3982013.

HSL color Cylindrical-coordinate representation of color #BDC23C: hue angle of 62.24º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDC23C is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 60 -
CMYK 0.03 0 0.69 0.24
HSL 62.24º 0.53% 0.5% -
HSV(B) 62.24º 0.69% 0.76% -
XYZ 41.09 49.73 11.71 -
YUV 177.23 61.84 136.4 -
System Red Green Blue C M Y K H S L
Decimal 189 194 60 0.03 0 0.69 0.24 62.24 0.53 0.5
Hex BD C2 3C 3 0 45 18 3E 35 32
Octal 275 302 74 3 0 105 30 76 65 62
Binary 10111101 11000010 111100 11 0 1000101 11000 111110 110101 110010

Color Harmonies of #BDC23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC23C

Black with #BDC23C

Text Example


Text Example

White with #BDC23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC23C; }

 p { color: rgb(189,194,60); }

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

background-color css

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

 a { background-color: rgb(189,194,60); }

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

border-color css

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

 span { border-color: rgb(189,194,60); }

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