Html Css Color HEX #BDC13C Celery

📋 copy color: '#BDC13C'

red 189 ◦ green 193 ◦ blue 60

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

Shades of Celery #BDC13C

Tints of Celery #BDC13C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.67%

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

R = 42.76%
G = 43.67%
B = 13.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#BDC13C (or 0xBDC13C) is known color: Celery. HEX triplet: BD, C1 and 3C. RGB value is (189,193,60). Sum of RGB (Red+Green+Blue) = 189+193+60=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC13C is #423EC3. Grayscale: #B1B1B1. Windows color (decimal): -4341444 or 3981757. OLE color: 3981757.

HSL color Cylindrical-coordinate representation of color #BDC13C: hue angle of 61.8º 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 #BDC13C is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 60 -
CMYK 0.02 0 0.69 0.24
HSL 61.8º 0.53% 0.5% -
HSV(B) 61.8º 0.69% 0.76% -
XYZ 40.87 49.28 11.63 -
YUV 176.64 62.17 136.81 -
System Red Green Blue C M Y K H S L
Decimal 189 193 60 0.02 0 0.69 0.24 61.8 0.53 0.5
Hex BD C1 3C 2 0 45 18 3E 35 32
Octal 275 301 74 2 0 105 30 76 65 62
Binary 10111101 11000001 111100 10 0 1000101 11000 111110 110101 110010

Color Harmonies of #BDC13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC13C

Black with #BDC13C

Text Example


Text Example

White with #BDC13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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